avant-js v0.4.2
AvantJS
A visual tool for bootstrapping NodeJS applications, based on Node-RED.
Quick Start
npm install -g avant-jsavant-js- Open http://localhost:1880
- To generate the code click on Generate button in the top toolbar. A new folder
generatedcodewill be created inside current folder with your app code.
Developers
If you want to run the latest code from git, here's how to get started:
Clone the code:
git clone https://github.com/avant-js/avant-js.git cd avant-jsInstall the avant-js dependencies
npm installBuild the code
npm run buildRun
npm startor
node red.jsThe server will be running on
http://localhost:1880To generate the code click on Generte button in the top toolbar. The code will be saved to the
generatedcodefolder inside AvantJS folder
Authors
AvantJS is a project created by Matheus Webler @mwebler for the thesis in Computer Science.
Node-RED is a project of the JS Foundation. It was created by IBM Emerging Technology.
- Nick O'Leary @knolleary
- Dave Conway-Jones @ceejay
Copyright and license
Node-RED is under Copyright of JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.
Modified and highlited parts for AvantJS project are copyright under the Apache 2.0 license.