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
- Host: GitHub
- URL: https://github.com/lucifier129/isomorphism-react-todomvc
- Owner: Lucifier129
- License: mit
- Created: 2015-05-22T13:59:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T15:55:41.000Z (about 9 years ago)
- Last Synced: 2025-04-08T14:46:00.875Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://isomorphism-react-todomvc.herokuapp.com/
- Size: 1.16 MB
- Stars: 193
- Watchers: 9
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```