This project is a boilerplate which as its name describes, is built with React.js, SASS and Parcel Bundler.
- 30/01/2019 Updated Readme and formatted code.
- 4/01/2019 Initial Upload.
Just click here react-sass-parcel-boilerplate
Just download or clone the repo:
$ git clone https://github.com/nicbuitr/react-sass-parcel-boilerplate.git
Requirements:
- Parcel Bundler in order to bundle the components and setup local server.
Once Parcel is installed globaly, just run:
$ npm install
This will install all NPM modules required to run the app.
And finally, to initialize the app run:
$ npm start
Once its deployed go to http://localhost:1234/
MIT © Nicolás Buitrago Castaño