An open API service indexing awesome lists of open source software.

https://github.com/selfmadeengineercode/ts-node-react-template

Monorepo template with TypeScript and React
https://github.com/selfmadeengineercode/ts-node-react-template

Last synced: 12 months ago
JSON representation

Monorepo template with TypeScript and React

Awesome Lists containing this project

README

          

# ts-node-react-template

A simple and minimalist TypeScript boilerplate with a starting `/server` and `/web` apps.

## Getting Started

1. `npm install` on the root directory;
2. Then `npm install` on the `./server` and `./web` directories;
3. Finally to run them both: `npm run local` on the root directory.

### Prerequisites

- [Node.js](https://nodejs.org/en/) (>= 18.0.0)
- [NPM](https://www.npmjs.com/) (>= 7.0.0)