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
- Host: GitHub
- URL: https://github.com/selfmadeengineercode/ts-node-react-template
- Owner: SelfMadeEngineerCode
- Created: 2023-07-06T19:54:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T18:07:57.000Z (over 2 years ago)
- Last Synced: 2025-03-19T10:39:17.602Z (about 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)