/react-test

Testing a react app with functional css

Primary LanguageCSS

React Sass Library

Compiles from src path to dist. Source maps are in development mode.

##Install

    $ npm install 

##Usage

To build on dev mode, minified with source maps

    $ npm run build

To build on production mode

    $ NODE_ENV=production npm run build

To use webpack dev server & watch,

    $ npm start

Go to http://localhost:8080