- Clone this repo
- Move to the appropriate directory:
cd myeostoolkit
. - Run
npm run setup
in order to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
npm run clean
to 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
.