Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/source-lookup
https://github.com/joefiorini/source-lookup
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joefiorini/source-lookup
- Owner: joefiorini
- Created: 2015-04-01T14:21:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T14:21:13.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T16:28:53.920Z (2 months ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Boilerplate
=================Uses:
- [React Router](https://github.com/rackt/react-router)
- [Webpack](http://webpack.github.io/)
- [pushstate-server](https://github.com/scottcorgan/pushstate-server)```sh
$ npm install
$ ./script/dev
# open http://localhost:3000
# or
$ PORT=8000 ./script/dev
```