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

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

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]`