Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaelzhang/dianping-bootcamp-summer-2013
Resources, homework, and discussion
https://github.com/kaelzhang/dianping-bootcamp-summer-2013
Last synced: 21 days ago
JSON representation
Resources, homework, and discussion
- Host: GitHub
- URL: https://github.com/kaelzhang/dianping-bootcamp-summer-2013
- Owner: kaelzhang
- Created: 2013-07-09T09:22:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T02:54:35.000Z (over 10 years ago)
- Last Synced: 2024-04-15T12:32:57.610Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 11
- Watchers: 19
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 前言
1. 有任何问题请直接在本项目中提 issue 来提问吧
2. 帮忙支持公司项目吧,如果感兴趣,举手之劳点个 star 吧:
- [cortex - 一站式前端解决方案](https://github.com/cortexjs/cortex)
- [cat - 点评大监控平台](http://github.com/dianping/cat)## 预习准备
- [Github 帐号创建](https://github.com/kaelzhang/dianping-bootcamp-summer-2013/blob/master/doc/github.md)
- [JavaScript 基本语法预习](https://github.com/kaelzhang/dianping-bootcamp-summer-2013/blob/master/demo/basic.html)## 关于作业
课后作业说明见 [https://github.com/kaelzhang/dianping-bootcamp-summer-2013/tree/master/homework](https://github.com/kaelzhang/dianping-bootcamp-summer-2013/tree/master/homework)
作业编程帮助 [Chrome User Scripts](http://kaelzhang.github.io/dianping-bootcamp-summer-2013/presentation/user-scripts.html)
## 演示资料
演示资料见
- [语言那些事](http://kaelzhang.github.io/dianping-bootcamp-summer-2013/presentation/basic-javascript.html)
- [DOM 编程](http://kaelzhang.github.io/dianping-bootcamp-summer-2013/presentation/dom-scripting.html)
- [黑客攻击小作战](http://kaelzhang.github.io/dianping-bootcamp-summer-2013/presentation/hack-it.html)## 其他资料
其他资料,demos 请见 git 项目。
## FAQ
### 如何在本地浏览演示资料?
首先,需要能够在项目根目录起一个本地 server。
如果安装并配置好了 node.js,可进行如下操作
```bash
npm install anywhere -g
cd where/you/put/this/project/to/
anywhere
```然后,即可访问 [http://localhost:8080/presentation/](http://localhost:8080/presentation/)