skoro/hack-project
Composer 安装命令:
composer create-project skoro/hack-project
包简介
Hack lang project boilerplate
关键字:
README 文档
README
This is Hack project boilerplate based on steps from the official documentation.
Getting started
Make sure Docker is installed on your development environment, this is the most preferable way to get started with Hack language.
Build the application image:
docker-compose build --no-cache
Install dependencies:
docker-compose up -d
docker-compose exec hhvm composer install
Check that the application is working:
curl http://localhost/
VSCode
Install Hack extension, open the extension settings and configure the following parameters:
- Remote mode:
docker - Container name:
YOUR_PROJECT - Workspace path:
/var/www
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-13