TypeScript application starter template
Scripts
npm run build
: compile TypeScript files into JavaScript ones into thedist
directorynpm run dev
: watch source code and restart the app on each code modification (warning: this do not generates content in thedist
directory)npm run start
: run thebuild
script to generate content in thedist
directory and run the generated version (note: this do not watch on files change and do not rebuild or rerun the application)
Things to change
This is a template. Here is the list of things to remember to change:
- this
README.md
file package.json
: update name, description, license, author and version (runnpm i
to update the lock file)LICENSE