A simple starter project with my preferred stack (listed below).
- Typescript
- Webpack
- pnpm/npm
- HTML
- Clone the repo
- Run
pnpm install
ornpm install
- Run
pnpm dev
ornpm run dev
- (optional) Open Live Server on VSCode to see the changes live
- Alternatively, just open the
index.html
file
- Alternatively, just open the
Available imports are:
@util/*
- Utility functions@type/*
- Types
dev
- Runs webpack with nodemon to see live changes
ESLint is bundled with this project, to remove it, remove the .vscode
folder and .eslintrc
.