MatthewKosloski / webpack-react

Webpack boilerplate for React with CSS modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack

This is a boilerplate, or starting point, for building React apps with modular CSS. Everything is powered by Webpack and NPM. No Bower or Gulp; Webpack handles everything.

Dependencies

To install the dependencies, run npm install.

Development

  $ npm run dev

Production

  $ npm run build

Test

  $ npm run test
  $ npm run test:watch

About

Webpack boilerplate for React with CSS modules.

License:MIT License


Languages

Language:JavaScript 90.7%Language:HTML 9.3%