Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 426 Bytes

Glamm Boutique - Backend

This project is a backend of a e-commerce; Frontend can be found here https://github.com/NathanAlcantara/gb-frontend

Development server

Run yarn start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.