Nx Monorepo

screenshot of Nx Monorepo
nestjs
svelte
tailwind

NX monorepo setup with SvelteKit and NestJS. Libraries in this repository are not set to be buildable and publishable.

Overview

This project is a Nx Monorepo with frameworks for developing applications. It uses SvelteKit as the frontend framework, NestJS as the backend framework, Jest as the unit testing framework, and Playwright as the e2e testing framework. It is written in TypeScript and uses ESLint as the code style checker, Prettier as the code formatter, PostCSS as the CSS preprocessor, and TailwindCSS as the CSS framework. Additionally, it utilizes Svelte HeadlessUI as the UI library, Svelte Heroicons as the icon library, Docker for containerization, SemVer for release versioning, and Code Climate for code coverage reporting.

Features

  • SvelteKit as the frontend framework
  • NestJS as the backend framework
  • Jest as the unit testing framework
  • Playwright as the e2e testing framework
  • TypeScript as the programming language
  • ESLint as the code style checker
  • Prettier as the code formatter
  • PostCSS as the CSS preprocessor
  • TailwindCSS as the CSS framework
  • Svelte HeadlessUI as the UI library
  • Svelte Heroicons as the icon library
  • Docker for containerization
  • SemVer for release versioning
  • Code Climate for code coverage reporting

Summary

This project is a Nx Monorepo with frameworks designed for developing applications. It provides a comprehensive set of features including a frontend framework (SvelteKit), a backend framework (NestJS), unit testing (Jest), e2e testing (Playwright), and various tools for code style checking, formatting, and code coverage reporting. The project also supports containerization with Docker and utilizes SemVer for release versioning. Overall, it offers a smart, fast, and extensible build system for developing applications efficiently.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.