Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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