Skip to content

patosai/webpack-typescript-react-sass-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript + React + Sass + Webpack development setup

This setup uses webpack-dev-server and webpack to compile TypeScript/React into JS and Sass into CSS quickly for a fast development feedback loop.

How to use

npm start or npm serve starts the webpack-dev-server. You can modify your code inside src/, and it will be compiled and hot loaded into the browser.

npm compile runs a one-off webpack compilation process, then exits.

License

MIT. I hope someone finds this useful.

About

A boilerplate for webpack, TypeScript, React, and Sass for hot reload development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published