Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itxuye/blog-server
Nest+Typescript+TypeORM+React+Next SSR+Apollo GraphQL
https://github.com/itxuye/blog-server
Last synced: 9 days ago
JSON representation
Nest+Typescript+TypeORM+React+Next SSR+Apollo GraphQL
- Host: GitHub
- URL: https://github.com/itxuye/blog-server
- Owner: itxuye
- Created: 2018-07-19T15:50:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:43:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T03:41:28.361Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode nodemon
$ npm run start:dev# watch mode webpack hmr
$ npm run dev:hmr# production mode
$ npm run start:prod
```