An app to request an invitation
Broccoli & Co., an upcoming online service company, would like to let people to "Request an invitation" on their website.
Deployed app at https://request-invite.herokuapp.com/
To run on a your local machine
- Clone this repo
- run
yarn install
- run
yarn start
- On a browser, go to
localhost:3000
To run test
- run
yarn test