Skip to content

wachap/mjj

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