Skip to content

wachap/mjj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bde7e0 · Mar 30, 2017

History

29 Commits
Mar 30, 2017
Nov 26, 2016
Mar 28, 2017
Nov 23, 2016
Oct 23, 2016
Oct 23, 2016
Nov 24, 2016
Nov 23, 2016
Oct 23, 2016
Oct 23, 2016
Nov 23, 2016
Nov 26, 2016
Nov 26, 2016

Repository files navigation

MJJ

A simple landing page.

Development

# install dependencies
$ npm install

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

# build for production with minification and serve dist files at localhost:8080
$ npm run build

# move dist folder to gh-pages branch and push it
$ npm run deploy

This project is powered by webpack-basic-boilerplate