感谢http://regexper.com/开源项目
- 推荐: https://regex.snowdreams1006.cn/
- 备用: https://snowdreams1006.gitee.io/regexper-static/
- 文档: https://snowdreams1006.github.io/regexper-static/
nodejs:8
开发环境,可参考 nvm
安装多版本环境.
开始项目之前,请安装必要环境依赖:
yarn install
开启开发模式,请运行:
yarn start
运行结果将在 ./build
目录下生成网站,监听本地 8080
端口,开启热加载模式.如果浏览器已安装热加载插件,页面会重新加载.
除此之外,还有一些其他 gulp
任务:
# 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