Skip to content

A typescript esbuild boilerplate. Project can also easily released into the npm registry.

Notifications You must be signed in to change notification settings

mesihtasci/typescript-esbuild-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a quickstart boilerplate with settings for creating node packages with typescript. ESBuild will be used as the transpiler.

Dev instructions

  1. Open 2 terminals
  2. in the first terminal run npm run watch => now nodemon will watch for changes in .ts files in your src directory and esbuild will transpile your code into .js.
  3. in the second terminal run npm run dev => this will start a live-server, where your changes will immediately be reflected.

Release instructions

  1. Run npm run build. This will create all necessary files.
  2. Run npm publish. This will now release your package in the npm registry.

About

A typescript esbuild boilerplate. Project can also easily released into the npm registry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published