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

https://github.com/fullstackacademy/2208.pairproject.juke


https://github.com/fullstackacademy/2208.pairproject.juke

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Juke

## Setup

### MacOS/Linux

* `npm install`
* `npm start`
* Open another terminal window; from there, `npm run seed` to seed the database

### Windows

* `npm install`
* `npm run build-watch` to start the webpack process
* Open another terminal window; from there, `npm run start-server` to start the server process
* Open another terminal window; from there, `npm run seed` to seed the database