Skip to content

andrewngu/ui-scaffold

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published