- Clone this git repository
cd friendship-appyarnornpm installyarn startornpm start
You can use generators to automate tasks such as creating new components, containers, views, etc...
Pepperoni app kit uses plop as its generator framework. All generators are
stored in generators/ and any .js file is automatically loaded from this
directory. Feel free to create your own and modify existing generators
according to which common tasks you perform in your project!
yarn global add plopornpm install -g plop- Run
plopin the repository root - Follow the on-screen instructions!