https://github.com/devhyrum/test-front-end-taqtile
https://github.com/devhyrum/test-front-end-taqtile
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhyrum/test-front-end-taqtile
- Owner: devHyrum
- Created: 2025-01-07T13:56:45.000Z (over 1 year ago)
- Default Branch: developer
- Last Pushed: 2025-01-18T12:41:43.000Z (over 1 year ago)
- Last Synced: 2025-03-03T06:24:51.740Z (over 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processo seletivo Front-end da Instaq
A descrição será preenchida conforme as instruções do futuro. Serão testadas as habilidades front-end.
## Environment and tools
- Node.js, versão 19
- Visual Studio Code, com extensões: ESlint, Prettier
- React
- Javascript, HTML, CSS
- Sistema operacional: Windows 10
## Steps to run and debug
1. Clona o repositorio:
```bash
git clone https://github.com/devHyrum/Test-Front-end-Taqtile
```
2. Instala todas as dependencias:
```bash
npm install
```
3. Inicia o aplicativo
```bash
npm start
```