/TTFFCamp

Primary LanguageJavaScriptMIT LicenseMIT

TTFFCamp

A garden guide app built with a node.js server backend and an iOS front end made for tablets.

Installation

  • Install git bash https://git-scm.com/downloads
  • Install node.js from https://nodejs.org/en/ using the Recommended build.
  • Using the git bash terminal, install npm after node is installed. https://docs.npmjs.com/getting-started/installing-node
  • Check to see if node and npm are installed by opening git bash and typing 'node -v' and 'npm -v'. You should see a version number, and not 'command not found'.
  • Download and unzip this repo.
  • Navigate to webApp2 within the TTFFCamp folder, and run 'npm install'.
  • Once npm install finishes, run 'node server.js' to start the server, and leave the terminal window open.