1
0
Fork
You've already forked ngn-web
0
experimenting with ngn in the browser
  • HTML 46%
  • JavaScript 33.9%
  • CSS 20.1%
Find a file
2023年11月29日 00:09:35 -07:00
public remove reference to non-existent component, move eback 2023年11月29日 00:09:35 -07:00
src remove reference to non-existent component, move eback 2023年11月29日 00:09:35 -07:00
.gitignore Initialize project using Create React App 2023年11月24日 12:29:40 -07:00
package-lock.json Initialize project using Create React App 2023年11月24日 12:29:40 -07:00
package.json basic functionality working 2023年11月28日 23:49:41 -07:00
README.md update readme 2023年11月29日 00:00:08 -07:00

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.js defines the k runtime
  • external/l.js initializes the k runtime, and loads public/k k files
  • public/manifest defines the load order of k files to be loaded