Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 894 Bytes

ibm-team4

IBM Blue Movement Coding Bootcamp Team 4 Project

Resources:

Reactjs: https://reactjs.org/docs/hello-world.html (follow the tutorial, especially if you're on the front-end)

Nodejs: https://nodejs.org/en/ (npm is part of the package):

node --version (use to make sure it's downloaded properly)

Zenhub Extension: https://www.zenhub.com/extension (will be our project management tool for ticket assignment) Java: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html (back-end, if not already installed on computer)

Github Desktop: https://desktop.github.com/ (makes Git a lot easier) Collaborating on Github: https://medium.com/@jonathanmines/the-ultimate-github-collaboration-guide-df816e98fb67 (Start on Step 3)

Running the Application

cd into my-app in the project direcotry and use:

npm start

.. or see live changes if you're using VS Code.