Skip to content

A customizable starter project to for web development using TS, SCSS, and anything else you want.

Notifications You must be signed in to change notification settings

abhishekxix/web-starter-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development starter

NOTE: Define PORT in config/.env before attempting to run the project.

Prerequisites

  • node:v18.19.0 or greater
  • npm:10.2.3 or greater

Commands

  1. Run npm run init in the terminal if vscode can't pick up linter settings.
  2. Run npm start for dev server or npm run build:dev for development build.
  3. Run npm run lint:ts, npm run lint:styles to lint ts or scss/css files respectively.
  4. Run npm run build:prod for production build.
  5. Run npm run clean to delete the built files.
  6. Run npm run stop to delete config files for vscode.

About

A customizable starter project to for web development using TS, SCSS, and anything else you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published