Coder Social home page Coder Social logo

credit-sales-notes's Introduction

NestJS Template

Nest Logo

NestJS TypeScript ESLint Prettier pnpm

Template for creating a NestJS app with TypeScript, ESLint, and Prettier. Pre-configured with Jest and supertest for testing.

๐Ÿš€ Using this template

  1. Create your project based on this template:

    • a) If you want to create a GitHub repository, we would recommend to use the GitHub "Use this template" button and clone your newly created repository
    • b) If you don't want to create a GitHub repository, you can use the degit tool to clone this repository without the Git history:
      npx degit JPerezC92/nestjs-template#main my-nextjs-app
  2. Start the app:

    cd my-nextjs-app    
    pnpm install
    pnpm start:dev
  3. Start coding!

๐Ÿงช Testing

Unit Testing

This template uses Jest for unit testing. To run the tests:

pnpm test:watch

E2E Testing

This template uses SuperTest for E2E testing. To run the tests:

pnpm test:e2e

๐Ÿ“ฆ Building for production

To build the app for production:

pnpm build
pnpm start:prod

๐Ÿงน Linting

To lint the app:

pnpm lint

๐Ÿ“ Formatting

To format the app:

pnpm format

๐Ÿ“š Documentation

credit-sales-notes's People

Contributors

jperezc92 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.