experimenting with ngn in the browser
| public | remove reference to non-existent component, move eback | |
| src | remove reference to non-existent component, move eback | |
| .gitignore | Initialize project using Create React App | |
| package-lock.json | Initialize project using Create React App | |
| package.json | basic functionality working | |
| README.md | update readme | |
ngn-web
simple web application using ngn/k
Instructions
$ cd ngn-web
$ npm install
$ npm start
A browser window should open at localhost:3000
Examples
check public/k/tetris.k for current usage
Implementation
external/k.jsdefines the k runtimeexternal/l.jsinitializes the k runtime, and loadspublic/kk filespublic/manifestdefines the load order of k files to be loaded