Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 541 Bytes

File metadata and controls

26 lines (21 loc) · 541 Bytes

This project was bootstrapped with Create React App.

Run this project

Before you run it's important install all dependencies:

npm install

After all dependencies are installed

npm start

Open http://localhost:3000 to view it in the browser.

Deployment

If you want to deploy this project on github pages change the homepage on package.json to:

  "homepage": "https://myusername.github.io/my-app",

deploy with

npm run deploy