Create a React boilerplate. Simple React boilerplate App Getting started Chose a folder and create your application : npx cft-react-app app-name Starts up the development server on http://localhost:8080: npm run dev Creates a production-ready bundles with a /build folder : npm run build