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.