Environment setup
Last updated
Was this helpful?
Last updated
Was this helpful?
We are going to learn how to setup environment in order to start with development of Vaadin application in Grails.
Before you start, make sure Java is installed on your machine. If not, follow the for macOS, Linux or Windows.
Also make sure you have got the latest version of Grails on your local machine. Type grails --version
in your console to find out what version is installed. You should see something like this:
In case you do not have Grails installed on your machine, follow the instructions in this chapter.