Make sure that you have nodejs installed on your machine. Also, you need npm or yarn.
This might take awhile..
$ git clone https://github.com/serhangursoy/invito-frontend.git
$ cd invito-frontend
$ npm install
$ npm start
$ npm test
- React main framework.
- Material UI is used to make the app look fancy with the help of Google.
- jest is used to create tests and checking the component integrity and functionality.