Skip to content

vasiliy-uskov/typescript_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Шаблон для маленького web-проекта на TypeScript

Для разворачивания проекта необходимо установить node.js

После скачать шаблон проекта

git clone https://github.com/vasiliy-uskov/typescript_template <project_name>

Переинициализировать git Для windows:

cd ./<project_name>
rd /s .git
git init
git add --all

Для Linux

cd ./<project_name>
rm -rf .git
git init
git add --all

После установить все необходимые пакеты.

npm install

Для сборки приложения в корне проекта выполнить

npm run build

Для запуска приложения в корне проекта выполнить

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published