Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudunog/getdemo-challenge
Getdemo technical challenge
https://github.com/dudunog/getdemo-challenge
javascript react tailwindcss typescript vite
Last synced: 25 days ago
JSON representation
Getdemo technical challenge
- Host: GitHub
- URL: https://github.com/dudunog/getdemo-challenge
- Owner: dudunog
- Created: 2024-08-25T22:11:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T22:41:50.000Z (4 months ago)
- Last Synced: 2024-08-25T23:49:46.962Z (4 months ago)
- Topics: javascript, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desafio técnico da Getdemo
Frontend
- React
- TypeScript
- Tailwind CSS
- Redux Toolkit
- ViteBackend
- Node.js
- Express
- TypeScript## Execute o projeto
1. Clone este repositório `git clone [email protected]:dudunog/getdemo-challenge.git`
2. Entre no diretório backend do projeto com `cd back-end`
3. Instale as dependências com `yarn install`
4. Inicie o backend do projeto em modo desenvolvimento com `yarn run start`
5. Entre no diretório frontend do projeto `cd front-end`
6. Instale as dependências com `yarn install`
7. Inicie o frontend do projeto em modo desenvolvimento com `yarn run dev`
8. Pronto. O projeto já estará sendo executado em `http://localhost:5173`