Next Music App
Simple music search app with dymanic routing and ssr support built for interview task.
Technologies
- TypeScript - Language
- NextJS - Framework
- Eslint - Linting
Pre install
Make sure:
- You have the latest stable or LTS version of
node.js
installed.
Start developing
git clone https://github.com/enestatli/next-music-app
- Go inside the project directory
cd next-music-app
- Build and start dev server with
npm next dev
- Start
npm next start