- Spotify API
- spotify-web-abi-node
- Lyrics Finder API
- React-wordcloud
- TailwindCSS
- Install package.json dependencies
- Create a local database
- Seed the database
- Run locally at http://localhost:8080
For example:
$ npm install
$ createdb instructos
$ npm run seed
$ npm run start-dev