Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 257 Bytes

Desafio FrontEnd Developer GOK

Run Project

yarn #install dependencies
yarn start # run project - it will open at localhost:3000 port

#or

npm install #install dependencies
npm run start # run project - it will open at localhost:3000 port