Skip to content

torredefarol24/tm-mern-gql-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express React Graphql (TS) App

Backend : Node (Express in Typescript)

CI/CD : Travis

Query : GraphQL

Frontend : React (TS)


Checklist
  • Install Package Dependencies
  • Build Api from source (Optional)

Install Package Dependencies

$ cd api
$ yarn install

Build Api (From Source)


# Running 'yarn install' builds the API from source automatically, 
# However, if you've made changes, build it again by running : 

$ cd api
$ yarn build

Start Api (Dev Mode)

$ cd api
$ yarn watch-ts
$ yarn watch-js

Start Api (Prod Mode)

$ cd api
$ yarn start