Skip to content

yhchen0906/MJ_Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mei Chu Hackathon

Official website of Mei Chu Hackathon 2017

Our developing/building enviroment

$ node -v
v7.5.0
$ npm -v
5.3.0
$ webpack -v
2.5.0

Development

Make sure you have webpack and webpack-dev-server installed globally.
Run npm i to install depedencies for this project.
Run webpack-dev-server to develop with livereload.

Build

Run webpack -p to build with optimization.
It will create new public directory which is the built result.
In order to push to gh-pages

  1. Change to gh-pages branch via git checkout gh-pages
  2. Move all built website from public/ to current directory via mv public/* ./
  3. Git commit & push to gh-pages as usual

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.6%
  • CSS 27.4%
  • JavaScript 13.0%