Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

coursera-desktop-app

alexdevero10MIT1.1.0

A simple Coursera desktop app build with electron.

app, application, coursera, desktop, desktop-app, desktop-application, education, electron, electron-app, javascript, learning

readme



Dependency Status devDependency Status MIT License

Built by DEVERO Current release

Coursera desktop app

A simple Coursera desktop app build with electron.



Table of contents

Install

Clone this repo

git clone https://github.com/alexdevero/coursera-desktop-app.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run start

or

yarn run start

Build the app for all platforms

npm run package:all

or

yarn run package:all

Build the app for Windows

npm run package:win

or

yarn run package:win

Build the app for OSX

npm run package:osx

or

yarn run package:osx

Build the app for Linux

npm run package:linux

or

yarn run package:linux

Build the app for Mac App Store

npm run package:macappstore

or

yarn run package:macappstore

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

MIT © Alex Devero.