seanblanton / react-test

Testing a react app with functional css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Testing a react app with functional css


Languages

Language:CSS 57.0%Language:JavaScript 42.1%Language:HTML 0.9%