# covert-sbgnml example

run the following commands:

```sh
npm install
browserify main.js -o app.js
python -m SimpleHTTPServer 8000
```

Open your browser to view the app running at ```localhost:8000```
