# application-loader **Repository Path**: makisek/application-loader ## Basic Information - **Project Name**: application-loader - **Description**: deno的Fresh框架搭建的全栈项目 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-17 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Application-Loader A new full stack project use Fresh. You can follow the Fresh "Getting Started" guide here: . ## Usage Make sure to install [Deno](https://deno.land/manual/getting_started/) installation ### Then start the project ```shell deno task start ``` ### Build ```shell docker build --build-arg GIT_REVISION=$(git rev-parse HEAD) -t app-loader:latest -f ./Dockerfile --no-cache . docker run -d --name app-loader -it -p 9003:8000 app-loader:latest ``` This will watch the project directory and restart as necessary.