https://github.com/fullstackacademy/2208.pairproject.juke
https://github.com/fullstackacademy/2208.pairproject.juke
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstackacademy/2208.pairproject.juke
- Owner: FullstackAcademy
- Created: 2022-10-19T19:58:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T06:25:57.000Z (over 3 years ago)
- Last Synced: 2025-03-25T16:16:18.482Z (about 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 1
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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