Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/gympoint-frontend
:muscle: Gym management application (registrations/check-ins)
https://github.com/santospatrick/gympoint-frontend
Last synced: about 1 month ago
JSON representation
:muscle: Gym management application (registrations/check-ins)
- Host: GitHub
- URL: https://github.com/santospatrick/gympoint-frontend
- Owner: santospatrick
- Created: 2019-11-09T03:42:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:37:35.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:04:58.184Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gympoint-frontend
Gym management application (registrations/check-ins)[![Netlify Status](https://api.netlify.com/api/v1/badges/486ce63e-ec8f-4f50-a4c7-a84d24f0d133/deploy-status)](https://app.netlify.com/sites/sad-goldberg-d09b8b/deploys)
[Preview](https://gympoint.santospatrick.com/)
## Desenvolvimento
1. Crie um arquivo `.env.development.local` (preenchendo as variáveis encontradas no `.env.example`)2. Inicie o servidor local
```bash
yarn
yarn start
```