Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealedsheenan/chitter
Twitter clone using typescript and graphql
https://github.com/therealedsheenan/chitter
apollo graphql type-graphql typescript
Last synced: about 1 month ago
JSON representation
Twitter clone using typescript and graphql
- Host: GitHub
- URL: https://github.com/therealedsheenan/chitter
- Owner: therealedsheenan
- Created: 2018-12-27T18:16:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:42:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T03:19:11.595Z (9 months ago)
- Topics: apollo, graphql, type-graphql, typescript
- Language: TypeScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chitter
Twitter clone using typescript and graphql## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```