Skip to content

Larsv94/webpack-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Webpack boilerplate

A simple webpack config for typescript projects with dev server and hot-module-replacement. Includes support for SCSS.

Installing

Start by cloning this repository

git clone https://github.com/Larsv94/webpack-typescript-boilerplate.git --depth 0

Install required dev dependencies

With npm:

npm install

or with Yarn:

yarn

Run the project with:

npm start

or

yarn start

Build with:

npm run build

or

yarn run build

About

Simple webpack config for typescript with hot reloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published