Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonygore/ck-react-test
https://github.com/anthonygore/ck-react-test
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonygore/ck-react-test
- Owner: anthonygore
- Created: 2022-04-20T22:42:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T22:42:19.000Z (over 2 years ago)
- Last Synced: 2024-10-28T00:45:23.799Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CourseKit Vue Template
A minimal React 17 template for a CourseKit frontend site.
Live demo: [https://coursekit-react-template.netlify.app](https://coursekit-react-template.netlify.app)
## Installation
```bash
npm install
```## Connecting school with .env
1. Create an account at [https://coursekit.dev](https://coursekit.dev)
2. In dashboard, go to *Schools* tab and get School ID.
3. Copy .env.example file
```bash
cp .env.example .env
```4. Set `REACT_APP_SCHOOL_ID=` to your school ID in .env
```
REACT_APP_SCHOOL_ID=sc73jmdoi3
```## Running server
```bash
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.