Follow these instructions to get a copy of the project up and running on your local machine.
Make sure you have Node.js and npm installed on your machine.
-
Clone the Repository:
git clone https://github.com/aais1/Ecommerce
-
Navigate to Project Directory:
cd Ecommerce
-
Install Dependencies:
npm install
- Development Mode:
npm run dev
- Building the Project
npm run build
- Code Formating
npm run format
Just Learning React 😀