Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 595 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 595 Bytes

Redux Color Wall

This web app is a place where you can name, save, and rate colors. This is a redux tutorial used in Moon Highway's React/Redux course.

npm Commands

$ npm install -> Installs dependencies

$ npm start -> Builds, runs, and opens app in a browser

$ npm run shallow-test -> Runs unit tests without coverage

$ npm test -> Runs the tests with code coverage

$ npm coverage -> Opens coverage report in a browser

$ npm run lint -> Runs eslint on source javascript files

$ npm run dev -> Runs webpack dev server on port 3333