Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 441 Bytes

todo-react

TODOMVC exercise in React with webpack using the React example in http://todomvc.com/examples/react as a starting point.

Requirements

Make sure you have installed NodeJS and NPM first and that you can run them from the command line.

  • Run npm install first to install dependencies

Build

Start the Webpack dev server. The server setting in webpack.config.js.

npm run watch

Open url http://localhost:8080/.