mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2025-12-13 10:25:49 +00:00
adapt remark config and readme file to remark warnings
This commit is contained in:
parent
1893d9991d
commit
acf7e9b810
@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"remark-lint-list-item-indent",
|
"remark-lint-list-item-indent",
|
||||||
"space"
|
"one"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -24,7 +24,7 @@ The project sets up an apollo server. It uses `type-graphql`.
|
|||||||
The following commands are available:
|
The following commands are available:
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|----------------------------|-------------------------------------------------|
|
| -------------------------- | ----------------------------------------------- |
|
||||||
| `npm install` | Project setup |
|
| `npm install` | Project setup |
|
||||||
| `npm run build` | Compiles and minifies for production |
|
| `npm run build` | Compiles and minifies for production |
|
||||||
| `npm run start` | Runs productions server |
|
| `npm run start` | Runs productions server |
|
||||||
@ -74,7 +74,7 @@ npm install
|
|||||||
The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
|
The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
|
||||||
|
|
||||||
| Endpoint | Description |
|
| Endpoint | Description |
|
||||||
|----------------------------------------------------------------------|--------------------|
|
| -------------------------------------------------------------------- | ------------------ |
|
||||||
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API |
|
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API |
|
||||||
| [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground |
|
| [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground |
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user