Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 552 Bytes

e-commerce-app-React

JuniorDevSG

Project Aims

  • To create an e-commerce app that allows for the listing of products by users. Users can take on the role of Buyers/Sellers in the same account.

Stack used

  • The frontend for the application will be built with React and Typescript, and backend will be built with Java and Springboot.

package.json

initialising the project

  • npm create vite@latest
  • npm install

For routing into different pages

  • npm install react-router-dom

Running the frontend

  • npm run build
  • npm run dev