https://github.com/smashingboxes/saturdaymorningcartoonsimulator
To simulate the experience of waking up on Saturday morning, grabbing your favorite bowl of cereal, in your favorite footy pajamas, watching your favorite cartoons
https://github.com/smashingboxes/saturdaymorningcartoonsimulator
Last synced: 4 days ago
JSON representation
To simulate the experience of waking up on Saturday morning, grabbing your favorite bowl of cereal, in your favorite footy pajamas, watching your favorite cartoons
- Host: GitHub
- URL: https://github.com/smashingboxes/saturdaymorningcartoonsimulator
- Owner: smashingboxes
- Created: 2017-04-28T17:38:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T20:07:21.000Z (about 9 years ago)
- Last Synced: 2025-02-22T20:43:00.667Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaturdayMorningCartoonSimulator
To simulate the experience of waking up on Saturday morning, grabbing your favorite bowl of cereal, in your favorite footy pajamas, watching your favorite cartoons
## Client
* npm install
* npm build
### to run:
* npm start
## Server
* brew install mongodb
* npm install
### to run:
* npm start
If port 3000 is busy run:
`lsof -i tcp:3000`
then
`kill -9 [pid_you_wanna_kill]`