# css-demo **Repository Path**: moyinzi/css-demo ## Basic Information - **Project Name**: css-demo - **Description**: demo for css - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # css-demo #### 项目介绍 收集的 css demo 合集。 #### 软件架构 本 demo 使用 koa + koa-static 搭建预览用的静态服务器。 部分 demo 含有出处,请查看相应目录下的 README.md 。 #### 安装教程 1. 请自主安装 git、node、yarn 以及 nodemon 2. git clone https://gitee.com/moyinzi/css-demo.git 3. cd css-demo 4. yarn 5. nodemon . #### 使用说明 1. 默认浏览地址为 localhost:3000,可在 index.js 内自行修改。 2. 请使用 Chrome 体验最佳效果。