https://github.com/fastly/compute-starter-kit-javascript-empty
Empty package template for JavaScript based Fastly Compute projects
https://github.com/fastly/compute-starter-kit-javascript-empty
compute-starter fastly-oss-tier1
Last synced: 6 months ago
JSON representation
Empty package template for JavaScript based Fastly Compute projects
- Host: GitHub
- URL: https://github.com/fastly/compute-starter-kit-javascript-empty
- Owner: fastly
- License: mit
- Created: 2022-02-25T15:26:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-10T14:29:20.000Z (8 months ago)
- Last Synced: 2025-12-17T06:23:14.178Z (6 months ago)
- Topics: compute-starter, fastly-oss-tier1
- Language: JavaScript
- Homepage: https://fastly.dev/solutions/starters/compute-starter-kit-javascript-empty
- Size: 136 KB
- Stars: 3
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Empty Starter Kit for JavaScript
[](https://deploy.edgecompute.app/deploy)
An empty application template for the Fastly Compute environment which returns a 200 OK response.
**For more details about other starter kits for Compute, see the [Fastly developer hub](https://developer.fastly.com/solutions/starters)**
## Running the application
To create an application using this starter kit, create a new directory for your application and switch to it, and then type the following command:
```shell
npm create @fastly/compute@latest -- --language=javascript --starter-kit=empty
```
To build and run your new application in the local development environment, type the following command:
```shell
npm run start
```
To build and deploy your application to your Fastly account, type the following command. The first time you deploy the application, you will be prompted to create a new service in your account.
```shell
npm run deploy
```
## Security issues
Please see our [SECURITY.md](SECURITY.md) for guidance on reporting security-related issues.