- React.js
- Tailwind css
1. First, you need to clone the project:
git clone https://github.com/masoumehmohebbi/react-video-playlist-app-challenge
2. Then, install required packages:
npm i
3. Run the server
script to start the Json-db:
npm run server
4. Finally, run the dev
script to start the dev server:
npm run dev