A simple seed for projects based on TypeScript and webpack
- Download and install Node.js and npm
- In the root of your clone, run
npm ci
npm run build # creates a new build in the dist folder
Additionally, the following scripts are available:
npm run lint # checks for linting errors
npm run start # starts a development server with HMR enabled