An express app using ES6 syntax desired to serve as intermediate API to redirect to graphistry. Generated by "npx express-generator project-name --no-view"
Run on your terminal npm install, to install the package dependencies
Run on your terminal npm run watch:dev, the server will restart everytime you make a change in your code.
For aws elasticbeanstalk or openshift, run npm run prod
transpile- convert es6 and beyond code to es5 to a folder nameddist-serverclean- delete transpiled folderbuild- clean and transpile