Skip to content

turbokit/ts-frontend-starter

Repository files navigation

TypeScript starter for Frontend development

This boilerplate made for the following tech stack:

  • TypeScript for scripts
  • CSS for styles
  • HTML for templating
  • ESM as module system
  • Webpack as main build tool

Warn: webpack is not currently setted up for production builds!

Usage

Installation:

  1. Clone the boilerplate git clone https://github.com/turbokit/ts-frontend-starter.git
  2. cd ts-frontend-starter
  3. Install deps: npm install

Development

  • Use npm run serve for running webpack-dev-server in watch mode
  • Use npm run build for dev build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published