Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 445 Bytes

File metadata and controls

executable file
·
29 lines (20 loc) · 445 Bytes

Get started

Clone the repository:

install yarn, npm and node (>v9 <v10)

git clone https://github.com/cfator/ExampleGraphqlExample.git
cd ExampleGraphqlExample

Install dependencies and start the server:

cd server
yarn install
npm start

Install dependencies and start the frontend:

cd ../frontend
yarn install
npm start

Open your browser at http://localhost:3000.