Skip to content

A simple boilerplate starter pack for NodeJs. Comes with typescript, eslint and jest straight out of the box ๐Ÿš€

Notifications You must be signed in to change notification settings

tylangesmith-organisation/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Node Starter

A simple boilerplate starter pack for NodeJs ๐Ÿ‘จโ€๐Ÿ’ป

Straight out of the box this repo comes with:

  • typescript support
  • eslint for linting
  • jest for testing

Development Guide

# First install the node dependencies
npm i

# Run main file (index.ts)
npm run dev

# Run linting
npm run lint

# Run test suite
npm run test

About

A simple boilerplate starter pack for NodeJs. Comes with typescript, eslint and jest straight out of the box ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published