An example of Parcel bundler with React.js.
You must have npm installed before setting up this project.
- npm
- Bundler: Parcel
- Transpiler: Babel
- Framework: React.JS
To install dependencies:
npm install
To run the dev environment:
npm run dev
To build:
npm run build