Samantha-Brown / fitlit-refactor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Tractor (Fitlit Version A)

Setup

  1. Within your group, decide on one person to have the project repository (repo) on their GitHub account. Then, that person should fork this repo - on the top right corner of this page, click the Fork button.
  2. Both memebers of the group should clone down the forked repo. Since you don't want to name your project "refactor-tractor-fitlit-a", you can use an optional argument when you run git clone (you replace the [...] with the terminal command arguments): git clone [remote-address] [what you want to name the repo]
  3. Once you have cloned the repo, change into the directory and install the project dependencies. Run npm install to install project dependencies.
  4. Run npm start in the terminal to see the HTML page (you should see some boilerplate HTML displayed on the page) when you navigate to http://localhost:8080/
  5. Make sure both members of your team are collaborators on the forked repo.

Testing

Testing is set up, but you will need to add more tests to it throughout your work flow. If you run npm install, you should see tests run.

Linting Your Code

Run the command in your terminal npm run lint to run the linter on your JavaScript code. There will be errors and warnings right from the start in this starter kit, but that's ok - the linter is still running successfully.

Your linter will look only at the JavaScript files you have within the src and the test directories.

About


Languages

Language:JavaScript 99.7%Language:SCSS 0.3%