Boilerplate for creating React projects with SASS styling. Also comes with Webpack 4 which bundles and minifies the project.
- NodeJS
- NPM or Yarn
Install package with NPM or Yarn.
Yarn
yarn install
NPM
npm install
Boilerplate comes with three scripts to run.
start:dev Starts developement server with hotloading
prestart:prod Bundles Javascript and minifies them.
start:prod Starts server
Few packages are already installed for rapid development:
- jQuery
- Foundation-sites
- Express
- React
- ReactDOM
MIT