This is an implementation of form in Geru Website.
Follow these instructions to run the project.
You will need to have npm
installed.
In the project directory, run the install script.
$ npm install
Then, run the script to start the project.
$ npm start
To deploy the application you need to build the project, follow these steps:
$ npm run build
$ cd build
Now you have access for the build and be able deploy on your favorite service.