/react-webpack-seed

Seed project structure for a React app with webpack for build and hot code swapping

Primary LanguageJavaScript

React + Webpack seed project

Tools included via npm:

  • React
  • Webpack
  • SASS
  • Babel
  • ES6 syntax
  • Hot module loaders

Using node version 5.4.1 and npm version 3.3.12. If you have troubles make sure you're using the latest of both, then try reinstalling dependencies.

Running

npm install

npm start

Then navigate to localhost:3000.