/sandbox-js

STTR 2018 summer interns' sandbox :)

Primary LanguageJavaScript

Goal: javascript, nodes, GitHub, shell scripting

Javascript

JSON

Javascript CheatSheet

Interactive online tutorial:

Tutotials

Shell Scripting

Tutorial

07-16-2018

  1. Install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
  2. clone this github repo
  3. practice:
  git add <new_file_name>
  git commit -m '<some_message>'
  git push -u origin master

07-17-2018

  1. [GitHub] create a new branch
  2. Learn to write function
  3. [option] How to write Markdown

07-18-2018

  1. Continue with writing functions
  2. [GitHub] create PR (Pull request)
  3. try writing your own module
  4. [option] Vi/Vim editor

07-19-2018

A simple web with express server

  • back: server/app.js

      node server/app.js
    
  • front: index.html

      sudo npm install -g http-server
      http-server