Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 817 Bytes

#Bora Comer Aonde?

This project was bootstrapped with Create React App.

Available Scripts

In the project directory:

npm i

To get all dependencies

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

To check the result you will need to do the following after the build command:

  • yarn global add pushstate-server (if not already installed)
  • pushstate-server build
  • json-server -p 8080 --watch db.json (to run the backend)
  • open http://localhost:9000