Skip to content

GhostMEn20034/SM1L3_SALES_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile Sales Frontend

This is the main website of the SMILE SALES e-commerce.

.env file example

REACT_APP_BASE_URL_USERS=http://localhost:8000 # Base URL of the user microservice
REACT_APP_BASE_URL_PRODUCTS=http://localhost:8002 # Base URL of the product microservice (Public API)
REACT_APP_BASE_URL_ORDERS=http://localhost:8003 # Base URL of the order microservice

Running the app locally

To run the app locally, enter the following command:

npm start

Go to http://localhost:3000

Running the app in production

To run the app in production, firstly, you need to build the app:

npm run build

Then, run the following command:

firebase deploy

See how to setup the firebase for react

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages