- load and copy fonts from 3rd party package (bootstrap).
- use SASS to generate the CSS files.
- import HTML templates that contain images.
- bundle the JavaScript code and transpile it.
npm install
npm run build
(static build)npm run dev
(run local HTTP dev server)