Giter Site home page Giter Site logo

1804-bcp's Introduction

1804-BCP Prep Repository

Getting Started

  1. Download VS Code
  • I suggest installing 'ESLint', as I've included a linting setup in this repo.
  1. Download Node
  • Node is slightly different between windows and mac.
  1. Familiarize yourself with basic terminal commands. On Windows, we're talking about Powershell and on Mac we're talking about terminal. There are upgrades to both.
  1. Practice using these commands to navigate your filesystem!
  2. Make a folder for all your VSCode for this class. Open that folder in VSCode. File -> Open -> Select Folder. You will see the all the files in that folder if you use the explorer (top button on the left in VSCode).
  3. Open the Integrated Terminal through -> View -> Integrated Terminal
  4. Type the following in that terminal and hit enter (in succession): npm install -g yarn then, yarn
  5. Go to 'Extensions' in VSCode (the bottom button on the far left hand side of the window. It looks like a box.) and search for 'ESLint' and install it.
  6. In the terminal run npm install -g nodemon@latest
  7. Navigate to your VSCode folder. Use ls or dir to ensure you see all the files here. REMEMBER TO BE SAVING FILES WITH .JS AT THE END. In your terminal of choice, run nodemon -q ${location of your file}. You will see the terminal display either nothing - or whatever console.log's exist within your file. Every time you save - it will reprint results to the terminal!

Videos

Videos can be found here!.

Notes

You can make a Github account and use it to go to the issues tab on this page and file issues with the README or any part of this setup/codebase that isn't working for you!

1804-bcp's People

Contributors

leafoflegend avatar

Watchers

 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.