Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Starter project for vanilla js project written in TypeScript with webpack

Notifications You must be signed in to change notification settings

Odonno/typescript-vanilla-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Vanilla Starter

Starter project for vanilla js project written in TypeScript with webpack

Getting started

Step 1: reinstall packages with yarn or npm

yarn install or npm install

Step 2: start a web server and have fun!

yarn start or npm start

Step 3: create a production bundle

yarn build-prod or npm run build-prod