# clone the repo
$ git clone [email protected]:witarsana/frontcore.git
# go into app's directory
$ cd frontcore
# install app's dependencies
$ npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build