Skip to content

A modern Webpack 5, SCSS, and TypeScript Web Apps Starter Template

License

Notifications You must be signed in to change notification settings

appliedtechnology/typescript-scss-webpack-starter

 
 

Repository files navigation

TypeScript Webpack SCSS Starter

This is a starter template for a TypeScript + Webpack based frontend project that uses SCSS for styling.

Usage

Clone the repository in your local machine. Run the following command to install the dependencies

npm install
# or
yarn

Then run the following command to start the dev server:

npm run dev
# OR
yarn dev

Lint

To analyze the code statically using ESLint, use the following command:

npm run lint
# OR
yarn lint

Test

To run the tests, run the following command:

npm run test
# OR
yarn test

If you want to watch the files while the tests run, use the following command instead:

npm run test:watch
# OR
yarn test:watch

Build

To generate the production build, run the following command:

npm run build
# OR
yarn build

License

MIT

About

A modern Webpack 5, SCSS, and TypeScript Web Apps Starter Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • SCSS 31.9%
  • HTML 14.6%
  • TypeScript 12.0%