react-webpack-babel

Simple React Webpack Babel Starter Kit

MIT License

Stars
1.3K
Committers
49

Demo

https://murmuring-fjord-36537.herokuapp.com/

Prerequisites

  • You'll need to have git and node installed in your system.

To run

  • Fork and clone the project:
git clone https://github.com/ReactJSResources/react-webpack-babel.git
  • Then install the dependencies:
npm install
  • Run development server:
npm run dev

Open the web browser to http://localhost:8080/

To test

To run unit tests:

npm run test

To build the production package

npm run build

Eslint

There is a .eslintrc.js config for eslint ready with React plugin.

To run linting, run:

npm run lint

Contribute

Please contribute to the project if you know how to make it better, including this README :)