This still be in early versions, so many of the features still don't working, but if you want to try, you'll need:
Node.js, you'll need node.js to run both front and back-end servers, but for now, there is only the front-end.
To run, in the root folder, type on terminal:
node index-server.js, this will run the js file for the front-end server. Now go to your browser and enter inhttp://localhost:8000to access the page.- It can be run with
nodemon, to do so just typenpm ito download nodemon's files.- Now run
npm startto run the front-end server with nodemon.
- Now run