1.0.0 • Published 7 years ago

react-sass-webpack-boilerplate v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Node React webpack setup boilerplate

The boilerplate that saves your time from setting up webpack config files to build a React App

Usage

  1. Clone or download this project
  2. In the project directory, install the dependencies
npm install
  1. Run
npm start

The project will be running at http://localhost:3000/

What it is for

With these dependencies, webpack will bundle all .js, .css, .scss and .json files together in dist/assets/bundle.js. The current files in src are just for demo.

Notes

  • autoprefixer: Parse CSS and add vendor prefixes to CSS rules. It's a plugin configured in postcss.config.js.
1.0.0

7 years ago