# Modulerizr STAR-WARS Example

To try out this example, to the following steps:

- Clone the repository into your workspace (_git clone modulerizr_)
- open the terminal, the path of the terminal should be the path to your local modulerizr-project
- execute the following commands:

```bash
cd samples/starwarsplugin
npm install
npm run modulerizr_starwars
```

in the modulerizr.config.js you can comment/uncomment all the Plugins to get a better understanding.