Skip to content
/ FrontEndStarter Public template

Template repository to get a basic TS/SASS Webpack stack setup.

Notifications You must be signed in to change notification settings

NickersF/FrontEndStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Starter - TypeScript Stack

Installation

Copy this template using your Git client of choice, once cloned run npm install in the root directory.

Summary

This project serves as a template for getting a TypeScript based front-end development project started. It includes the following frameworks, libraries and languages to interface with:

TypeScript -> JavaScript

  • Node
    • NPM
  • WebPack
  • TypeScript
  • JQuery

SASS -> CSS

  • SASS
  • Bootstrap

NPM Scripts

  • Build npm run build : Complete build - calls webpack and sass in one script
  • Node http Server npm devserver : Starts a local node development server
  • Watchful Webpack npm webpack-watch
  • Webpack npm run webpack : Builds only webpack
  • Watchful SASS npm run sass-watch : Real-time compilation for SASS
  • SASS Compile npm run sass-compile : Discrete SASS compilation

Updated 11/4/2021

Added 'source-map-loader' for webpack Updated webpack configuration for better in browser debugging

About

Template repository to get a basic TS/SASS Webpack stack setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors