Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 461 Bytes

Folder structure

  • src - Source code for the Kaboom project
  • public - Static assets
  • dist - Distribution folder, contains your index.html, built js bundle and static assets

Development

npm run dev

Will start a dev server at http://localhost:5173/burgertime/.

npm run standards

Will run all linters against the code.

Distribution

npm run build

Will build your files into dist.

npm run bundle