Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.69 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.69 KB

TowerLight

🚧 The project is still under early stage development 🚧

GitHub license GitHub Action Main GitHub Action Docker

✨ Features

  • new way: Nest.js And Next.js can work together very well Read More
  • small runtime: Using webpack and ncc, we build a minimal zero dependency product
  • action: Using GitHub Action for CI, and can achieve the minimum test by NX
  • monorepo: Get all the benefits from NX
    • workspaces: tsconfig, build, test... using the same tool to manage
    • parallel builds: You can make the most of your multicore computer
    • workspace dependencies: You don't have to worry about dependency anymore
    • fast builds, test...: keeps track of file changes in your repo and only actually do when needed
    • boilerplate: No longer need to write boilerplate code, use a command to have best practice
    • integrated: Can easily cooperate with other tools like Jest, Cypress, ESLint, and more.
    • ... Please refer to the official website for other features

📋 TODO

  • Document website (implement by oneself)
  • next-adapter e2e test
  • forum project
  • devops project