Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod-nodejs-skeleton

Copy this project as a starting point for your own project.

  • npm install to get the dependencies.
  • npm run watch to continually transform your TypeScript to JavaScript (with source maps) in ./out
  • npm run build to bundle your index.ts and everything it imports (with tree shaking, in theory) to a single ./dist/index.js file (with a ./dist/index.js.map source map in case you need to debug).

About

A template for Node.js-based AzerothCore modules using mod-nodejs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages