Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 333 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 333 Bytes

Installation

Clone repo

# clone the repo
$ git clone [email protected]:witarsana/frontcore.git

# go into app's directory
$ cd frontcore

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build