1.0.1 • Published 4 years ago
create-react-app-with-parcel v1.0.1
React Boilerplate with Parcel Bundler
Steps to start with the project
- Clone the project
- Run
npm install
ornpm ci
in the project folder - Use
npm start
to run the dev server - Use
npm run build
to create the poduction build. The production build will be generated in the build folder