Simple ecommerce project
Online shopping system with admin dashboards and more...
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Node v16+
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
git clone https://github.com/mugishap/prime-picks-shop
Server
yarn install
Client
yarn install
Then run the server and client
yarn dev
To run tests do npm run test
Just go to localhost:3000 on client side and use localhost:5000 on server side