A getting-started guide for using GeniusJS, the lightweight JavaScript data framework.
To use it:
- Install node and add it to your PATH.
- Open up your command-line terminal.
cd where/you/want/to/install/starter-kitgit clone https://github.com/cameronprattedwards/genius-starter-kit.gitcd genius-starter-kitnode http-server.jsopen http://localhost:8080. If this doesn't work, just open up your web browser and navigate to http://localhost:8080.- You can now start playing around with Genius in the browser!
If you want to start your server on a different port, just specify the port when starting the server. For example: node http-server.js 10931.