# web-playground **Repository Path**: programmer-yili/web-playground ## Basic Information - **Project Name**: web-playground - **Description**: 程序猿依力前端学习脚手架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-05-28 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 程序猿依力前端学习脚手架 > 针对小白前端快速方便搭建html+css+js环境学习的小脚手架。支持热加载。 ## 环境需求 * node >= 12 [具体安装方法](https://www.jianshu.com/p/c4aed6e4693d) **上述安装为Win环境,Mac环境请自行查询** ## 使用方法 ### 拉取代码 ```shell git clone git@github.com:programmer-yili/web-playground.git ``` ### 安装依赖 ```shell cd web-playground yarn install 或 npm install ``` ### 启动服务 ```shell yarn serve 或 npm run serve ``` ### 打开浏览器,访问 `http://localhost:3000`(一般自动打开浏览器) > 注意: 网站文件目录为public目录,index.html为入口文件。