A minimal starter project for building frontend applications, bundled using Webpack 5.
Install dependencies (incl. webpack). Note: This project only defines dev dependencies.
npm i
Entry point is src/index.js. Built content is stored under dist/. To build your project, run:
npm run build
To launch development server, run:
npm run dev
To deploy the built index.html page to the project's github page https://<username>.github.io/<project-name>/
, first build your changes and then run:
npm run deploy
Clean up unused assets and code from:
- src/assets
- src/styles
- src/helloWorld.js
- README.md
- package.json
- meta tags in template.html