angusfretwell / rea-exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rea-exercise

Usage

  1. Install Node.js 5.0.0 or later
  2. Run npm install to install the application's dependencies
  3. Start the application with npm start
  4. Navigate to http://localhost:8080

Commands

Start the application with webpack-dev-server.

$ npm start

Build the application to /dist using webpack.

$ npm run build

Run test suites using jest.

$ npm test

Lint code using eslint:

$ npm run lint

License

The MIT License (MIT)

Copyright (c) 2016 Angus Fretwell

About

License:MIT License


Languages

Language:JavaScript 90.0%Language:CSS 8.6%Language:HTML 1.4%