/redux-dojo

Primary LanguageJavaScript

Todo List / Redux

Installation

  • You need node
  • npm i

Lifecycle

  • To serve in your browser: npm start
  • To generate a production build: npm build

Easy way to serve files

Install serve.

  • npm install -g serve
  • serve -s build

hint: npm build will actually suggest you that ^