Skip to content

Project seed structure with Typescript tooling already setup

Notifications You must be signed in to change notification settings

moeenn/typescript-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Sandbox

A Typescript sandbox with following tools already setup

  • Typescript for type-checking i.e. tsc
  • swc for code compilation
  • eslint for static analysis and linting
  • jest for testing
  • Some basic package.json scripts

Setup

$ npm i --save-dev

Run in Development Mode

$ npm run dev

Run in Production Mode

$ npm run build
$ npm run start

Note: The NODE_ENV environment variable will be set to production when running the app in production mode.

Linting with ESLint

$ npm run lint

Running Tests with Jest

$ npm run test

About

Project seed structure with Typescript tooling already setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published