logotron
Version:
Have fun to learn LOGO programming with electron!
49 lines (30 loc) • 605 B
Markdown
# Logotron
Have fun to learn LOGO programming with electron!

# Dev Requirements
- Node.js (v4.x.x)
- Electron
- TypeScript (2.x)
- Browserify
## Dev
```
$ npm install -g typescript@2.0 browserify
```
```
$ npm install
```
### Run
```
$ npm run bundle
```
then
```
$ npm start
```
### Build
```
$ npm run build
```
Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).
## License
MIT © [katsew](http://katsew.github.io)