Coder Social home page Coder Social logo

web-workbook's Introduction

CircleCI

Austin Coding Academy

Web Workbook

Claiming your workbook

  1. Make sure you are signed into GitHub
  2. Here's a video explaining how to do it
  3. Navigate into the project directory: cd web-workbook
  4. Run npm install in your terminal

Starting server

  1. Run npm start in your terminal
  2. Navigate to this IP Address in your browser: http://127.0.0.1:8080.
  3. To break out of your server, press ctrl + c

Lint your code

  1. Run npm run lint in your terminal
  • HTML Lint checks for HTML Syntax errors (e.g. indentations and tag closures).
  • CSS Lint checks for CSS erros (e.g indentation, tag closures, duplicated properties).
  • ES Lint checks for proper JavaScript syntax (e.g. indentation and default style guide).
  1. To avoid Lint errors, be sure to indent with 2 spaces (hitting the space bar twice).
  2. If there are no errors, your code has passed the Lint Process.
  3. The terminal will say something like this:
> [email protected] lint /Users/cLo/Desktop/web-workbook
> htmllint {*.html,./**/*.html} && stylelint ./**/*.css && eslint --config .eslint.json .


[htmllint] found 0 errors out of 18 files

Run tests

Tic-Tac-Toe

  1. Run npm test 08week/tic-tac-toe/test.js in your terminal

Towers Of Hanoi

  1. Run npm test 09week/towers-of-hanoi/test.js in your terminal

web-workbook's People

Contributors

jennyriess avatar kevincolten avatar clofton avatar zacacollier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.