Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 350 Bytes

Typescript-Template

This is my Typescript template i setup eslint and pretier for clean coding methods, i hope it will help you for futur Typecript projects ✌️

Installation

$ yarn install

Running the app

# Building
$ yarn build

# Prod
$ yarn start

# watch mode (no need for building in watch mode)
$ yarn dev