frankyxhl / risingstars_deathstar

JavaScript Risingstars deathstar banner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 35.1%Language:JavaScript 34.3%Language:HTML 29.1%Language:CSS 1.4%