cft-react-app
v1.0.0
Published
Simple React boilerplate App
Readme
Create a React boilerplate.
Simple React boilerplate App
Getting started
Chose a folder and create your application :
npx cft-react-app app-nameStarts up the development server on http://localhost:8080:
npm run devCreates a production-ready bundles with a /build folder :
npm run build