Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```