Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 816 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 816 Bytes

Frontend E-commerce

🚀 Technologies

🔌 Prerequisites

💻 Getting started the web application

  • Go at the root of the frontend app:
$ cd frontend
  • Create .env of the system
$ cp .env.example .env
  • Install dependencies
$ npm install
  • Run the project
$ npm start