# ractive-example **Repository Path**: marchen/ractive-example ## Basic Information - **Project Name**: ractive-example - **Description**: how to use ractive to bulid data-drive app. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-02-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ractive-example ## the example for how to use ractiveJS to bulid data-drive app ![Ractive.js](./ractive-logo.png "ractive") > use ajax to get data form server > update view by data change > you will see the example to konw how to use this library ---------- # 运行环境 # 1. 下载安装nodejs [nodejs官网](http://nodejs.org/ "nodejs") 2. 安装mongodb数据库 [mongodb官网](http://www.mongodb.org/ "mongodb官网") (目前项目暂时不需要安装) 3. 检查是否安装成功node 命令行输入 `node -v` 出现 `v0.10.25` 表示安装成功 4. 命令行进入本项目 输入 `npm install` 等依赖安装完成后输入 `node app` 然后进入浏览器 输入 `127.0.0.1:3000` 进行预览 **预览过后 记得查看源码哦** # 如果你也想为此贡献 # 1. 开发IDE webstrom推荐 2. 安装mongodb 数据库 (目前项目暂时不需要安装) 3. 请尽量保持编码一致