nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.96k stars 982 forks source link

feat: add new full-stack boilerplate #138

Open NNNaix opened 3 years ago

NNNaix commented 3 years ago

Resource type (required)

If your contribution is NOT a GitHub repository, then you can skip the next titles, except "Rules".

Description (required)

A production ready web full-stack boilerplate.

  1. Support react hooks & HMR.
  2. All executable files use typescript.
  3. Powerful custom development environment.
  4. Support lint & test & code inspection & automatic style unification based on git hooks.
  5. Out-of-the-box business packaging.
    1. Component based on antd.
    2. Server based on Nest.js.
    3. State store based on mobx-state-tree.
    4. Package management powered by pnpm which monorepo is natively supported.
  6. Support multiple environment toml type config.

More new features are on the way...

Link (required)

https://github.com/NNNaix/web-fullstack-boilerplate

Rules (required)