App to log travels to, from, and through california landmarks
dev mode:
- From terminal "npm run setup"
- From terminal "gulp watch" before editing.
- Define MONGO_URL in .env file (will default to localhost)
- Define SECRET in .env file (will default to secret)
- ONLY do work in src for frontend.
- gulp will babelfy js so use es6 if you want.
- gulp will convert scss to css.