modulerizr
Version:
Integrate a powerful, component based architecture to your legacy project in just a few steps
15 lines (11 loc) • 462 B
Markdown
# 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.