https://github.com/jairodoni/cidade-alta-challenge-front-end
https://github.com/jairodoni/cidade-alta-challenge-front-end
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jairodoni/cidade-alta-challenge-front-end
- Owner: jairodoni
- License: mit
- Created: 2024-06-13T22:30:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T02:32:36.000Z (about 1 year ago)
- Last Synced: 2025-01-23T21:19:53.488Z (5 months ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Challenge Cidade Alta - Frontend
Primeiro, rode os seguintes comandos:
```bash
npm i
# ou
yarn
# ou
pnpm i
```Depois, inicie o server:
```bash
npm run dev
# ou
yarn dev
# ou
pnpm dev
```Depois abra o browser no seguinte endereço [http://localhost:3000](http://localhost:3000).
O site tambem tem um prototipo no figma caso queira ver: [link prototipo](https://www.figma.com/design/nYf9wZC9XPp7dzCx79RqBs/Cidade-Alta-Challenge?node-id=0-1&t=CvHYTCFqawj1Qlhp-1)