A simple IFML Web Editor
To install all dependencies (and regenerate static assets)
npm install
To just regenerate static assets
npm run-script build
To start server
npm start
To stop server
npm stop
To install Cypress on downloaded application folder(webserver only)
npm install cypress
To open cypress on downloaded application folder(webserver only)
npx cypress open