https://github.com/developerfred/futurebank
https://github.com/developerfred/futurebank
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerfred/futurebank
- Owner: developerfred
- Created: 2020-02-11T02:22:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T01:35:37.000Z (over 6 years ago)
- Last Synced: 2025-06-04T21:11:24.178Z (12 months ago)
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# futurepwa
> My laudable Nuxt.js project
## 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).