Skip to content

skepticaltheremin/breadcrumbs

Repository files navigation

BreadCrumbs

Your world. Your map. Your breadcrumbs.

Team

  • Product Owner: Lex
  • Scrum Master: Ian
  • Development Team Members: Mark, Nikola

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

For development, run node (or nodemon) "server.js" to begin running the server. From there, it is a good idea to run "webpack --watch" while making changes to the client-side (React.js) code, so that it re-compiles as changes are saved. If you opt not to run "webpack --watch", you will still need to run "webpack" at least once, the first time, to compile the JavaScript into a file that will be called "bundle.js".

Requirements

  • "babel": "^6.3.26",
  • "babel-core": "^6.4.0",
  • "babel-loader": "^6.2.1",
  • "babel-preset-es2015": "^6.3.13",
  • "babel-preset-react": "^6.3.13",
  • "body-parser": "^1.14.2",
  • "express": "^4.13.3",
  • "history": "^1.17.0",
  • "moment": "^2.11.0",
  • "mongoose": "^4.3.5",
  • "react": "^0.14.6",
  • "react-dom": "^0.14.6",
  • "react-router": "^1.0.3",
  • "webpack": "^1.12.10",
  • "webpack-dev-server": "^1.14.0"

Development

Installing Dependencies

From within the root directory:

npm install

Roadmap

Login button does not currently do anything. Sign up workflow can be used with a new or returning username/password combination.

Contributing

Contact any of the current Breadcrumbs team members (https://github.com/skepticaltheremin/skepticaltheremin) to learn how to get involved in the project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •