jkyle / frontend-init

Everything I need to setup a frontend w/ Babel + Webpack + React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Includes

  • Webpack 2
  • React
  • Stylus (by way of CSS Modules)

To use

  1. Best way to use this is to download the zip, unpack it and rename the folder.
  2. Run npm install from a shell.
  3. npm run start will kick off the webpack-dev-server.
  4. Point your browser to localhost:8080
  5. Enjoy. (Any changes you make will automatically reload the browser.)

About

Everything I need to setup a frontend w/ Babel + Webpack + React.


Languages

Language:JavaScript 60.5%Language:CSS 35.4%Language:HTML 4.1%