- Clone this entire repository:
$ git clone https://github.com/pipocadigital/grao-de-milho-front.git <project name>
- Go to the app folder:
$ cd <project name>
- Now is only install the dependencies and run the server:
$ npm i && npm run dev
- Ready! The application is running on url
http://localhost:3000