0.0.2 • Published 5 years ago

parcel-react-boilerplate v0.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

This is the boiler plate code to start a react based app. It uses parcel as bundler.

Usage- -- clone this repo and edit the package.json according to your project need -- 'npm start' build the app and runs the dev server -- 'npm run build:app' build the app for production mode

recommendations- -- components code remain in components directory.

Notes- -- Each component is defined in components//.js file -- components//index.js re-exports the components in current directory -- components/index.js re-exports the components from components//index.js

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago