0.0.5 • Published 5 years ago

unzico-npm-publish-test v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago