jsartisan / acme-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Steps to run

  1. Install dependencies using yarn
yarn
  1. Create .env file in packages/api and add following values:
APP_PORT=4000
NODE_ENV=development

DB_HOST=localhost
DB_PORT=27017
DB_DATABASE=acme

Make sure you have mongo installed on your system and port is same as above value.

  1. Create .env.development.local in packages/app and add following values:
NODE_PATH=src/

REACT_APP_GRAPHQL_URL=http://localhost:4000/graphql
  1. Run the servers
yarn run dev

API: http://localhost:4000/graphql CLIENT: http://localhost:3000

About


Languages

Language:JavaScript 72.3%Language:CSS 24.5%Language:HTML 3.2%