This is a personal project made by watching a follow along video by Javascript Mastery Youtube.
Clone the project
git clone https://github.com/akashkennedy/Nike.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
To deploy this project run
npm run build