Skip to content

tettori/starter-typescript-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarterKit for TypeScript with feeatures

  • webpack
  • sass
  • livereload
  • minify
  • uglify

Installation

git clone https://github.com/tettori/starter-typescript-webpack.git
cd starter-typescript-webpack
npm install
npm start

Directories dist directory is for the compiled .js and .css files.
src/components directory is for .ts and .tsx files.
src/sass directory is for .scss files.

Usage After the npm start command, access http://localhost:8080/ to browse. By editing src/components/*.ts or *.tsx or src/sass/*.scss, you can see the updated result automaticaly.

Deployment

To get compiled code, run this command.

npm run build

You can also copy and use dist directory independently.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Starter for TypeScript + Webpack + SASS + livereload

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published