https://github.com/bipark/image_board
Image Board
https://github.com/bipark/image_board
Last synced: 2 months ago
JSON representation
Image Board
- Host: GitHub
- URL: https://github.com/bipark/image_board
- Owner: bipark
- License: mit
- Created: 2019-02-16T02:30:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T05:35:09.000Z (over 6 years ago)
- Last Synced: 2025-02-27T11:02:42.773Z (8 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image_board
> Image Board - by Billy Park
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).