https://github.com/localvoid/ivi-boilerplate
https://github.com/localvoid/ivi-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/localvoid/ivi-boilerplate
- Owner: localvoid
- Created: 2016-11-15T06:54:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T03:10:04.000Z (almost 8 years ago)
- Last Synced: 2025-06-22T17:08:25.488Z (12 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ivi project boilerplate
## Getting started
Install all dependencies.
```sh
$ yarn
```
Launch webpack server.
```sh
$ yarn serve
```