Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 476 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 476 Bytes

Todo App based on React.js and Flux

A simple training project.

A simple training project

Getting started

Clone the repository:

git clone git@github.com:SW999/todo-app.git

Install dependencies:

cd todo-app
npm install

Start local server:

gulp

Browser will be started automatically at http://localhost:3000