Skip to content

frankyxhl/risingstars_deathstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript RisingStar 2017 DeathStar

Demo url: http://risingstars_demo.frankxu.me/

How to develop?

  • Clone the repo
  • Install the dependencies: npm install
  • Install the parceljs: npm install -g parcel-bundler
  • Run parceljs: parcel serve src/index.html
  • Open Browser URL: http://localhost:1234/

How to build production?

  • parcel build src/index.html -d build --public-url .
  • cd build
  • python3 -m http.server

About

JavaScript Risingstars deathstar banner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published