Scootify is a music streaming app modeled after the popular service Spotify. This is created as an educational project to learn more about app development and tools, including (but not limited to) React, MySql, Express, Jest, and Enzyme.
- Ensure you have a
MySQL
server. - Install the project's dependencies.
- Use
npm start
to start the express server. - Use
npm run start-dev
to start the webpack server in dev mode. - To create and seed the database, use
npm run db-seed
. - Use
http://localhost:3001
to view the service.
Node 6.13.0
From within the root directory:
npm install -g webpack
npm install