An application to teach students how to type for Code Phil!
- Make sure you have the latest version of Node.js installed.
- Install Electron globally using
npm install -g electron - In the root directory, run
npm startto start the app.
- Make sure you install electron-builder globally using
npm install -g electron-builder - To build for Mac, in the root directory run
build -m, for windows,build -w. Both will place executable code in adistfolder in the root directory.