Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)

![Preview](docs/preview.png)

## 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
```