Simple NestJS + React/Vite boilerplate using Yarn workspaces - Full on TS!
Nest - React boilerplate is a basic boilerplate that allows for the quick setup of a web application written in TypeScript. It combines NestJS for the server-side and React + ReactDOM for the client-side. It also uses Vite as the frontend build tool.
To install and use the Nest - React boilerplate, follow these steps:
Clone the repository.
git clone [repository URL]
Install dependencies in the root folder.
cd [repository folder]
yarn install
Start the development server.
yarn start:dev
Open your browser and access the application at http://localhost:3000.
The Nest - React boilerplate provides a minimalistic yet powerful setup for building web applications using NestJS and React. It offers various features such as centralized package management, TypeScript support, code formatting and linting configurations, development scripts, efficient development tools, and production-ready configurations. With clear installation instructions, developers can easily get started with this boilerplate and enjoy a streamlined development experience.