# regexper-static **Repository Path**: rayoiam/regexper-static ## Basic Information - **Project Name**: regexper-static - **Description**: JavaScript 正则表达式可视化 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://snowdreams1006.gitee.io/regexper-static - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-04-30 - **Last Updated**: 2021-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JavaScript 正则表达式可视化 > 感谢[http://regexper.com/](http://regexper.com/)开源项目 ## 在线体验 - 推荐: [https://regex.snowdreams1006.cn/](https://regex.snowdreams1006.cn/) - 备用: [https://snowdreams1006.gitee.io/regexper-static/](https://snowdreams1006.gitee.io/regexper-static/) - 文档: [https://snowdreams1006.github.io/regexper-static/](https://snowdreams1006.github.io/regexper-static/) ### 开发文档 `nodejs:8` 开发环境,可参考 `nvm` 安装多版本环境. 开始项目之前,请安装必要环境依赖: ```bash yarn install ``` 开启开发模式,请运行: ```bash yarn start ``` 运行结果将在 `./build` 目录下生成网站,监听本地 `8080` 端口,开启热加载模式.如果浏览器已安装热加载插件,页面会重新加载. 除此之外,还有一些其他 `gulp` 任务: ```bash # Build documentation into the ./docs directory gulp docs # Build the site into the ./build directory gulp build # Run JSCS lint and Karma tests yarn test ``` ## 许可证 详情请参考 [LICENSE.txt](./LICENSE.txt)