Skip to content

Crawl-3/apollo-server

Repository files navigation

Typescript Project Starter - @witecusedev/typescript-starter - v0.2.1

Features

  • Prettier
  • Extension Recommendations
  • Logger
  • Env
  • Eslint
  • Tsconfig (production/development)

Scripts

Available scripts listed below

  • To start project (must be built)
npm run start
  • To test in development
npm run test:dev
  • To start in development (watch)
npm run in-dev
  • To fix with prettier
npm run fix:prettier
  • To fix with eslint
npm run fix:lint
  • To build in production
npm run build:prod
  • To build in development
npm run build:dev

License

This project licensed with MIT license