Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 716 Bytes

szz.io

My personal website.

Usage

  1. Clone the repo.
  2. Install the dependencies: npm install

Several build-related scripts are included that can be run using npm run <script>:

  • build: builds the project and places the bundle into ./dist
  • dist: same as above, excepts does production-level optimizations
  • watch: watches for changes, automatically rebuilding when necessary
  • live: starts a webpack-dev-server and enables hot module replacement. Access the server at http://localhost:8080.