Application for OwnCourses students.
- Login/logout
- User courses list
- modules/lessons in courses
- Single lesson page
- Additional course attachments
- Course authors
- Mark lesson as completed
- Course/module progress info
yarn
- install dependencies
yarn start
- run build in server
App requires working server instance with API. Install and run it locally or use our demo instance for preview:
Set this in .env
file:
SERVER_URL="https://owncourses.org"
Login data for https://owncourses.org API:
Login: student@example.com
Password: testPassword
Adjust app settings (used on build time) with .env
file. Default values are picked from .env.defaults
yarn
- install dependencies
yarn build
- run production build
Works great deployed with Netlify
Netlify build settings:
- Build command:
yarn build
- Publish directory:
build