- Clone this git repository
cd friendship-app
yarn
ornpm install
yarn start
ornpm 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 plop
ornpm install -g plop
- Run
plop
in the repository root - Follow the on-screen instructions!