Skip to content

LordKa0S/typescript-webpack-starter

Repository files navigation

TypeScript webpack starter

A simple seed for projects based on TypeScript and webpack

Developer Guidance

Building the Code

  1. Download and install Node.js and npm
  2. 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

About

A simple seed for projects based on TypeScript and webpack

Topics

Resources

License

Stars

Watchers

Forks