nidamunir / terabithia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make directory react-github-login under node_modules/@types

Create index.d.ts in it.

add this line

declare module "react-github-login";

In the app directory, run

cd server

npm i

node index.js

In the app directory, run

cd gatekeeper-development

Replace oauth_client_id and oauth_client_secret with your id and secret in config .json

npm i

node index.js

In the app directory, run

cd client

npm i

npm start

About


Languages

Language:TypeScript 76.9%Language:JavaScript 15.6%Language:CSS 2.7%Language:HTML 2.5%Language:CoffeeScript 2.3%