https://github.com/falinor/baby-foot-client
This is the official web client for the baby-foot API.
https://github.com/falinor/baby-foot-client
Last synced: about 1 year ago
JSON representation
This is the official web client for the baby-foot API.
- Host: GitHub
- URL: https://github.com/falinor/baby-foot-client
- Owner: Falinor
- Created: 2017-08-03T16:52:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T00:05:20.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:31:56.833Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baby-foot-client
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).