Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilolutz/desafios-conceitos-reactjs
https://github.com/danilolutz/desafios-conceitos-reactjs
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilolutz/desafios-conceitos-reactjs
- Owner: danilolutz
- License: mit
- Created: 2020-06-17T00:23:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:46:28.000Z (about 2 years ago)
- Last Synced: 2024-11-01T13:51:41.763Z (2 months ago)
- Language: JavaScript
- Size: 4.08 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repositories List Frontend
[![MIT](https://img.shields.io/github/license/danilolutz/desafios-conceitos-reactjs)](https://img.shields.io/github/license/danilolutz/desafios-conceitos-reactjs)
## :rocket: Overview
Second challenge of Rocketseat GoStack
## :sunglasses: Get Started
To run this projetct just download or clone it and then on root folder execute:
```bash
yarn
```> **NOTE**: This will install all dependencies.
### Running the project
To run the project just execute:
```bash
yarn start
```And access on
### Testing the project
To test the project just execute:
```bash
yarn test
```## :scroll: License
This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
---
Made with :purple_heart: by [Danilo Lutz](https://www.linkedin.com/in/danilolutz/)