node-typescript-template
README.md
node-typescript-template
Usage
PROJECT_NAME=project-name && \git clone --depth 1 https://gitverse.ru/sc/makovsky/node-typescript-template.git $PROJECT_NAME && \cd $PROJECT_NAME && \rm -rf .git && git init && \npm run init:env && \npm install
Init env variables
npm run init:env
Start development
npm run dev
Build
npm run build
Start production
npm run start