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

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

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)