npm install --global gulp-cli
npm install --global bower
npm install --global yarn
npm install --global istanbul
git clone git@github.com:caseconsulting/express-starter-app.git
cd express-starter-app
yarn install
bower installcreate your initial user account
yarn setupAdd to your generated .env file. see the sample
To show all gulp tasks run:
gulp listor show all tasks with comments:
gulp task-listto add additional test users
yarn userIf you want to add other images you can take the raw, unresized version, put it in ./images/ and run:
gulp imagesgulpSimply type:
yarn test- set up email
- add 'forgot' controller and logic
- perhaps add oauth
- add more tests
- add editing of another user's profile