/NestSong

PRN231 Project UI Using React + Vite + TailwindCSS

Primary LanguageJavaScript

NestSong

PRN231 Project UI Using React + Vite

Installation

Clone repo

# clone the repo
git clone https://github.com/PMNhutt/NestSong.git

# go into app's directory
cd NestSong

# install app's dependencies
yarn 

# create .env file in root directory and copy this line into it
VITE_BASE_URL=https://localhost:5001/api/v1

Usage

# serve with hot reload at http://127.0.0.1:5173/
yarn dev