You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
645 B
Markdown

# Zuitt Bootstrap Capstone 3 E-Commerce Web App
<!-- - setup
- install tailwind css and npm init -y
- npm i nodemon multer mongoose jsonwebtoken express-formidable express-async-handler express dotenv cors cookie-parser concurrently bcryptjs
- inside frontend folder
- npm i slick-carousel react-slick react-toastify react-router react-router-dom react-redux react-icons apexcharts react-apexcharts moment flowbite axios @reduxjs/toolkit @paypal/react-paypal-js -->
- setup from different computer
- npm install > cd frontend > npm install
- to run frontend: npm run frontend
- to run backend: npm run backend
- to run both: npm run dev
..