daviferreira / classnames-webpack-eval

classnames plugin error with webpack devtools eval

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-boilerplate

Build Status Dependency Status Build Status

Simple production-ready boilerplate for React and Webpack (SASS and React hot reloading)

Install

# Clone repository
$ git clone https://github.com/srn/react-webpack-boilerplate.git && cd react-webpack-boilerplate

# Install dependencies
$ npm install

Alternatively, you can deploy your own copy with one click using this button:

Deploy

Development

$ npm start

Go to http://localhost:3001 and see the magic happen.

Production

If you want to run the project in production, set the NODE_ENV environment variable to production.

$ NODE_ENV=production npm start

Also build the production bundle:

$ npm run dist

Tests

$ npm test

Only run specific tests

$ npm test -- NotFoundComponent

License

MIT © Søren Brokær

About

classnames plugin error with webpack devtools eval

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.4%