Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Lucifier129/isomorphic-cnode

isomorphic-cnode
https://github.com/Lucifier129/isomorphic-cnode

Last synced: 2 days ago
JSON representation

isomorphic-cnode

Awesome Lists containing this project

README

        

# isomorphic-cnode

inspired by [Vue-cnodejs](https://github.com/shinygang/Vue-cnodejs), rewrited with `react` and use [react-imvc](https://github.com/Lucifier129/react-imvc) framework

online demoe: [isomorphic-cnode](https://lucifier129.github.io/isomorphic-cnode/publish/static/)

# start server

```shell
npm install

npm start

# open http://localhost:3000

npm run build
```