My personal website.
- Clone the repo.
- 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 optimizationswatch
: watches for changes, automatically rebuilding when necessarylive
: starts a webpack-dev-server and enables hot module replacement. Access the server at http://localhost:8080.