Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 404 Bytes

landmarksApp

App to log travels to, from, and through california landmarks

dev mode:

  1. From terminal "npm run setup"
  2. From terminal "gulp watch" before editing.
  3. Define MONGO_URL in .env file (will default to localhost)
  4. Define SECRET in .env file (will default to secret)
  5. ONLY do work in src for frontend.
  6. gulp will babelfy js so use es6 if you want.
  7. gulp will convert scss to css.