21
loading...
This website collects cookies to deliver better user experience
npx create-react-app
. Again, we decided against this. Whilst this app does indeed give you absolutely everything you need to create, build and deploy a React application, it includes a bulk load of features that we didn't expect to need and we weren't creating a Single Page Application (SPA) - something create-react-app
is very much angled towards.npm init
and a src/index.tsx
, off we went.