All Projects → unlight → nest-typescript-starter

unlight / nest-typescript-starter

Licence: other
Nest framework TypeScript starter (node.js)

Projects that are alternatives of or similar to nest-typescript-starter

starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (-54.29%)
Mutual labels:  starter, starter-kit, nestjs
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-31.43%)
Mutual labels:  starter, starter-kit, starter-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-11.43%)
Mutual labels:  starter, starter-kit, starter-project
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-2.86%)
Mutual labels:  starter, starter-kit, starter-project
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (+125.71%)
Mutual labels:  starter, starter-kit, nestjs
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+282.86%)
Mutual labels:  starter, starter-kit
Typescript React Native Starter
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
Stars: ✭ 141 (+302.86%)
Mutual labels:  starter, starter-kit
Nestjs Email Authentication
Nestjs Starter using Mongodb and Passportjs
Stars: ✭ 222 (+534.29%)
Mutual labels:  starter, nestjs
nextjs-landing-starter
Build your landing site based on Next.JS in minutes 🚀
Stars: ✭ 59 (+68.57%)
Mutual labels:  starter, starter-kit
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (+97.14%)
Mutual labels:  starter, starter-kit
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+551.43%)
Mutual labels:  starter, starter-kit
create-next-stack
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
Stars: ✭ 149 (+325.71%)
Mutual labels:  starter, starter-kit
Twisk
Golang RPC starter kit with Twirp
Stars: ✭ 113 (+222.86%)
Mutual labels:  starter, starter-kit
Angular Webpack Starter
🌟 Angular Webpack Starter with AoT compilation, Lazy-loading, Tree-shaking, and Hot Module Reload (Updated to 4.1.0!)
Stars: ✭ 91 (+160%)
Mutual labels:  starter, starter-kit
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (+331.43%)
Mutual labels:  starter, starter-kit
React Webpack Babel
Simple React Webpack Babel Starter Kit
Stars: ✭ 1,241 (+3445.71%)
Mutual labels:  starter, starter-kit
starter-kit
🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-40%)
Mutual labels:  starter, starter-kit
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (+1428.57%)
Mutual labels:  starter, starter-kit
create-react-app-starter
CRA + typeless starter
Stars: ✭ 21 (-40%)
Mutual labels:  starter, starter-kit
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (-14.29%)
Mutual labels:  starter, starter-kit

nest-typescript-starter

Nest framework TypeScript starter repository.

Stack

  • NestJS
  • TypeScript
  • TypeGraphQL
  • Prisma 2
  • ESLint
  • Jest
  • Stryker

Installation

$ npm ci

Tasks

Command Description
npm run start Running the app in development mode
npm run start:dev Running the app in watch mode
npm run start:prod Running the app in production mode
npm run test:r Unit tests
npm run test:e2e E2E tests
npm run test:cov Test coverage
npm run test:m Run mutation tests

Project Structure

  • src - Source code
  • @generated - Generated code
  • prisma - DB toolkit to query, migrate and model your database

Resources

Todo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].