Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogas04/dexteam
Fitness
https://github.com/bogas04/dexteam
Last synced: 10 days ago
JSON representation
Fitness
- Host: GitHub
- URL: https://github.com/bogas04/dexteam
- Owner: bogas04
- License: gpl-3.0
- Created: 2018-07-14T11:02:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T20:04:27.000Z (about 2 years ago)
- Last Synced: 2024-11-18T04:53:59.680Z (2 months ago)
- Language: JavaScript
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dexteam
Fitness# Project structure
Node backend, ReactJS frontend
```
server/
api/
index.js
index.js
client/
src/
index.js
index.html
```# Build
```bash
# For local development, runs server and client mode in watch mode
npm run dev
open http://localhost:1337# For production
npm run build# For deployment
npm run deploy
```We use [zeit/now](https://zeit.co/now) for deployments.