0.0.5 • Published 5 years ago
unzico-npm-publish-test v0.0.5
A starter kit for creating NodeJS apps
This starter kit uses
- Babel
- TypeScript
- Prettier
- Nodemon
It supports
- absolute path imports
- transpiling TypeScript files
- auto-restart on changes to files in
src
folder
Guide
This starter kit assumes, you are using Yarn instead of NPM.
Install dependencies
yarn
Run app in development
yarn dev
Build production app
yarn build
Run app in production
yarn start