An eCommerce website build using MERN stack. Currently its a work in progress..
- Product catalog sourced from MongoDB Atlas
- Add / remove products from cart
- Login / Sign up screen
- React-Bootstrap style components
- Use of Express.js for the backend
- Use of Redux and react hooks for state management
- Paypal intergration
- Node (Make sure you have the node 12+ installed)
- Clone the repository
gh repo clone hassanamjad91/mern-eCommerce
(or if you're not using GitHub CLI:git clone git@github.com:hassanamjad91/mern-eCommerce.git
) - If you're using NVM run
nvm use
inside project directory to use node version set in.nvmrc
file - Run
npm install
ornpm i
to install all the dependencies - To begin development task, run
npm start
- Open http://localhost:8080
npm clean
- delete thedist
foldernpm start
- start the dev server and watch for changesnpm run build
- create a production ready build indist
folder