Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlpeaslee/react_redux_dolphin
a small react redux app to iron out a few things
https://github.com/carlpeaslee/react_redux_dolphin
Last synced: about 2 months ago
JSON representation
a small react redux app to iron out a few things
- Host: GitHub
- URL: https://github.com/carlpeaslee/react_redux_dolphin
- Owner: carlpeaslee
- Created: 2016-06-17T17:34:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T17:34:36.000Z (over 8 years ago)
- Last Synced: 2024-10-23T20:42:03.935Z (3 months ago)
- Language: JavaScript
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Running the app
1. Ensure you have `npm` installed.
Follow the instructions for your platform [here](https://github.com/npm/npm).
2. Install `http-server`
````
npm install
````3. Boot the HTTP server
````
npm run server
````The server is now running at [localhost:3000](localhost:3000)