An open API service indexing awesome lists of open source software.

https://github.com/lucifier129/isomorphism-react-todomvc

Isomorphism javascript of todomvc powered by react and express
https://github.com/lucifier129/isomorphism-react-todomvc

Last synced: about 1 year ago
JSON representation

Isomorphism javascript of todomvc powered by react and express

Awesome Lists containing this project

README

          

# Isomorphism-react-todomvc
Isomorphism todomvc powered by react and express

DEMO:https://isomorphism-react-todomvc.herokuapp.com/

##install

```shell
npm install
```

##build
```shell
npm run build
```

##run
```shell
npm start
```