Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 754 Bytes

File metadata and controls

50 lines (41 loc) · 754 Bytes

ReactJS - Course

Or How to teach yourself ReactJS + Flux + Webpack in 5 sessions.

This is a boilerplate repository (if you can call it that way) with a set of tools already pre-configured for you that contains:

  • Webpack configuration with loaders for ES6 ,ESLint, CSS.
  • Webpack dev server.
  • Mocha for testing.
  • Clean and Build for production tasks.
  • A deploy task (using gh-pages).

Version

0.1.0

Installation

$ git clone [git-repo-url]
$ npm install
$ npm run start

Available tasks

Start

$ npm run start

Test

$ npm run test

Test:lint

$ npm run test:lint

Build

$ npm run build

Deploy

$ npm run build

stats

$ npm run stats