Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devzgabriel/ignite-mile
A to-do app created in a Rocketseat challenge during the Ignite course :rocket:
https://github.com/devzgabriel/ignite-mile
babel javascript reactjs scss typescript webpack
Last synced: about 1 month ago
JSON representation
A to-do app created in a Rocketseat challenge during the Ignite course :rocket:
- Host: GitHub
- URL: https://github.com/devzgabriel/ignite-mile
- Owner: devzgabriel
- License: mit
- Created: 2021-03-14T18:53:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T02:13:09.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T06:32:45.922Z (almost 2 years ago)
- Topics: babel, javascript, reactjs, scss, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mile
## Estude e trabalhe de maneira organizada com um to-do simples e bonito!
### Veja como é:
## Como executar na sua máquina e testar
### **Instalando e executando o projeto**
No terminal digite todos os comandos abaixo:
```Bash
git clone https://github.com/devzgabriel/ignite-mile
``````Bash
cd ignite-mile
``````Bash
yarn install
``````Bash
yarn dev
```### **Executando testes**
```Bash
yarn test
```
## **Criado por Gabriel Silva durante o Ignite da Rocketseat!**