Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlpeaslee/pangram_maker
a javascript selfdocumenting pangram maker using react
https://github.com/carlpeaslee/pangram_maker
Last synced: about 1 month ago
JSON representation
a javascript selfdocumenting pangram maker using react
- Host: GitHub
- URL: https://github.com/carlpeaslee/pangram_maker
- Owner: carlpeaslee
- Created: 2016-06-29T17:51:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T17:59:20.000Z (over 8 years ago)
- Last Synced: 2024-10-23T20:42:07.007Z (3 months ago)
- Language: JavaScript
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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 all dependencies:
````
npm install
````3. Boot the HTTP server
````
npm run server
````The server is now running at [localhost:3000](localhost:3000)