anthonygore / ck-react-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CourseKit Vue Template

A minimal React 17 template for a CourseKit frontend site.

Live demo: https://coursekit-react-template.netlify.app

Installation

npm install

Connecting school with .env

  1. Create an account at https://coursekit.dev

  2. In dashboard, go to Schools tab and get School ID.

  3. Copy .env.example file

cp .env.example .env
  1. Set REACT_APP_SCHOOL_ID= to your school ID in .env
REACT_APP_SCHOOL_ID=sc73jmdoi3

Running server

npm run start

School URL

By default, the dev server runs on port 3000. If you use a different poty, ensure that the School URL matches the dev server URL so that log in and log out redirects work correctly.

About


Languages

Language:JavaScript 69.1%Language:CSS 23.5%Language:HTML 7.3%Language:Shell 0.1%