- Clone this repo
- Move to the appropriate directory:
cd myeostoolkit. - Run
npm run setupin order to install dependencies and clean the git repo.
We auto-detectyarnfor installing packages by default, if you wish to forcenpmusage do:USE_YARN=false npm run setup
At this point you can runnpm startto see the example app athttp://localhost:3000. - Run
npm run cleanto delete the example app.
Now you're ready to rumble!
This project has a custom license, Copyright (c) 2018 Nathan Rempel. For more information see LICENSE.md.