https://github.com/lfscamargo/rest-api-monorepo
Rest API Simple Monorepo
https://github.com/lfscamargo/rest-api-monorepo
Last synced: over 1 year ago
JSON representation
Rest API Simple Monorepo
- Host: GitHub
- URL: https://github.com/lfscamargo/rest-api-monorepo
- Owner: LFSCamargo
- Created: 2019-12-01T11:11:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:19:03.000Z (over 3 years ago)
- Last Synced: 2025-03-18T07:12:06.819Z (over 1 year ago)
- Language: TypeScript
- Size: 1.97 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript + Fastify + React
## Principles of this boilerplate
- **Simplicity**: Just clone install and start
- **Powerful**: It uses NodeJS and React and Typescript!
## How to get started with this boilerplate
### NPM or Yarn:
- 1 - Clone this repo
- 2 - Go to the directory `cd rest-api-monorepo`
- 3 - run `yarn install` or `npm install`
- 4 - run `yarn server:dev` and `yarn web:start`