https://github.com/nemtsov/react-isomorphic-starter
React isomorphic starter template
https://github.com/nemtsov/react-isomorphic-starter
Last synced: over 1 year ago
JSON representation
React isomorphic starter template
- Host: GitHub
- URL: https://github.com/nemtsov/react-isomorphic-starter
- Owner: nemtsov
- License: mit
- Created: 2015-02-16T22:20:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T16:00:30.000Z (about 11 years ago)
- Last Synced: 2025-03-29T20:23:04.838Z (over 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Isomorphic Starter
This is a starter project for an isomorphic React application.
Eventually this will be a yeoman package.
## Usage
Development:
`gulp dev`
Production:
`npm install`
`npm start`
## License
[MIT](/LICENSE)