Browse restaurants
May 12, 2019 ยท View on GitHub
A micro frontend for browsing restaurants.
Getting started
- Clone the repo
yarn installyarn start
You'll also need to run the content server.
This will run the app on its own, outside of the container. This is useful while you're tweaking logic and styling, but you'll usually then need to integrate and test it with the rest of the application. So you should also run:
- the
containerapplication - the
restaurant-ordermicro frontend
Run the tests
yarn test