Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 779 Bytes

ui-scaffold

This repo contains everything you need to start a project with React, Redux and SASS. The build system uses Webpack, tests are run with Jest, while Babel is used to transpile ES6 / ES7 to cross browser friendly Javascript.

To run it locally

  1. $ npm install
  2. $ npm run start
  3. visit http://localhost:8080

Testing

  1. For command line tests, $ npm run test

Linting

  1. To run the linter, $ npm run lint

Reference

  1. Webpack
  2. React
  3. Redux
  4. SASS
  5. Jest
  6. ES6