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

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

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`