Web app template using React and Parcel.js
Make sure to install parcel with either Yarn:
yarn global add parcel-bundler
or npm:
npm install -g parcel-bundler
Then run:
npm start
- Fork it (https://github.com/abidrahman/react-parcel-template/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
