Skip to content

micro-frontends-demo/restaurant-order

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 

src

src

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant order

Build Status

A micro frontend for ordering food from a restaurant

Getting started

  1. Clone the repo
  2. yarn install
  3. yarn start

You'll also need to run the content server. Open the app at /restaurant/2 to see restaurant number 2, for example.

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:

Run the tests

  • yarn test