An e-commerce application
Shopping Cart is an e-commerce application where you can browse a list of products and add them to your cart.
To get started clone this repository:
git clone https://github.com/jzcodeveloper/shopping-cart.git
Install required modules by executing
npm install
# or
yarn install
Create a .env.local file
NEXT_PUBLIC_API_URL=https://products-api-meru.vercel.app/api
npm run dev
# or
yarn dev
If you want to run this site on production, you need to build the project with npm run build and then run it with npm start:
npm run build
npm start
# or
yarn build
yarn start
JZCodeveloper JZCodeveloper
1.0.0
This project is licensed under the MIT License.