Skip to content

aquaswim/typescript-boilerplate

Repository files navigation

My Awesome App

Code Style: Google

this is boilerplate for typescript project

How to start

  1. Clone this repo
  2. install dependency
    npm install
    
  3. build the app
    npm run compile
    
  4. Configure other stuf (db,cache,search etc)
  5. start the app
    npm run start
    

How to create unit test

All unit test files will reside in ./src directory alongside with module that will be tested, and must be named with prefix .spec.ts. To run the unit test run npm run test

About

this is my typescript boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published