Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helcioitiyama/calculo_inss
https://github.com/helcioitiyama/calculo_inss
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/helcioitiyama/calculo_inss
- Owner: helcioItiyama
- Created: 2020-06-16T23:47:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:45:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:30.979Z (over 1 year ago)
- Language: JavaScript
- Size: 4.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed during IGTI Bootcamp using React Class-Components.
## :information_source: HOW TO RUN THE APPLICATION
To clone and run this application, you'll need Git, NodeJS, Babel, WebPack.
You just need to run the following commands:
```bash
# Clone this repository
$ https://github.com/helcioItiyama/calculo_inss.git# Go into the repository
$ cd calculo_inss# Install dependencies
$ yarn# Run page
$ yarn dev
```