UI Layer
Netuno applications already bring configured by default a set of advanced technologies directed to the Frontend, being some of them React, Webpack, Babel and Less.
To install all the dependencies that come by default, enter the ui
folder inside of your application.
cd apps/newapp/ui/
Then run the command to install
npm install
To compile the sass and the React, execute the command
npm run watch