Skip to content

DevelopersDelicias/ReactJS-Course

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.3%
  • HTML 2.9%
  • CSS 0.8%