/todo-react

TODOMVC exercise in React with webpack.

Primary LanguageJavaScript

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/.