My personal website written in modern Javascript (ES6) and bundled with webpack. It includes an interactive terminal with custom commands. Also comes with a service worker for offline usage.
Install dependencies
npm install
Run in development mode
npm run dev
Bundle files for production (destination folder: public
)
npm run build