https://github.com/maxatwork/isomorphic
Isomorphic JavaScript application using React
https://github.com/maxatwork/isomorphic
Last synced: 8 months ago
JSON representation
Isomorphic JavaScript application using React
- Host: GitHub
- URL: https://github.com/maxatwork/isomorphic
- Owner: maxatwork
- Created: 2015-02-20T14:14:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T12:50:07.000Z (over 11 years ago)
- Last Synced: 2025-07-28T20:49:48.494Z (11 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Isomorphic Javascript application playground
##How to start
```
git clone https://github.com/maxatwork/isomorphic.git
cd isomorphic
make deps static run
```