koteus / erni-graphql-exmples

The client and server code for my presentation at ERNI Frontend Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The client and server code for my presentation at ERNI Frontend Community

Getting Started

You need to have rethinkdb installed for the database, more info here https://rethinkdb.com/docs/install/

After cloning the repo, open your terminal, go to server dir (cd erni-graphql-server) and execute the following commands to start the database:

# Installing the dependencies
npm install

# Starting the database
npm run start-db

Then open new terminal window (or tab) pointed to the same dir and start the node server:

# Starting the server
npm start

This will start the server in dev mode with auto reloading feature.

To start the client website open new terminal window (or tab) pointed to the client dir (cd erni-graphql-client) and execute the following commands:

# Installing the dependencies
npm install

# Starting the client website
npm start

About

The client and server code for my presentation at ERNI Frontend Community


Languages

Language:JavaScript 93.1%Language:HTML 6.4%Language:CSS 0.5%