Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 597 Bytes

File metadata and controls

28 lines (16 loc) · 597 Bytes

JavaScript Training

JavaScript初心者が基礎をひととおり身に付けるための資料です。

スライドはSpeakerDeckにアップロードしています。 (URLは後ほど記述します)

ローカルでサーバーを立ち上げる方法

python

python -m SimpleHTTPServer

ブラウザで、http://localhost:8000 にアクセス

ポート番号を指定したいとき 例)8888 python -m SimpleHTTPServer 8888

nodejs

npm install grunt server

ライブラリ

jQueryとunderscoreを使用しています。(両方ともMITライセンス)