- React
- Typescript
- SASS
- Context API
- Hooks
- Material UI
Item | Versão |
---|---|
Yarn | 1.22.18 |
NPM | 8.3.1 |
Node | 16.14.0 |
Configurado o ambiente podemos seguir adiante.
Baixando o projeto
$ git clone "REPOSITORIO DO PROJETO"
$ cd "PASTA DO PROJETO"
Instalando dependências do projeto e executando o projeto.
$ yarn install
$ yarn start
ou
$ npm install
$ npm start