An open API service indexing awesome lists of open source software.

https://github.com/faasjs/starter

🔨 A starter template for FaasJS
https://github.com/faasjs/starter

bolierplate faas nodejs severless typescript

Last synced: about 1 year ago
JSON representation

🔨 A starter template for FaasJS

Awesome Lists containing this project

README

          

# FaasJS Starter

[![Testing](https://github.com/faasjs/starter/actions/workflows/testing.yml/badge.svg)](https://github.com/faasjs/starter/actions/workflows/testing.yml)

A starter template for [FaasJS](https://faasjs.com).

## Quick Start with codespace

1. Click `Code` -> `Codespaces` -> `Create codespace on main`.
2. Wait for the codespace to be created.
3. In VS Code, open a new terminal and run `ni && nd` (shorten command of `npm install && npm run dev`).
4. Enjoy!

## Run Locally with macOS

### System Requirements

- Latest stable **macOS**
- Latest stable **Docker** https://www.docker.com/
- Latest stable **Visual Studio Code** https://code.visualstudio.com/

### Setup

1. Use VS Code to open project.
2. Install VS Code extension: `ms-vscode-remote.vscode-remote-extensionpack`.
3. In VS Code, click `F1` then choose `Remote-Containers: Reopen in Container`.
4. In VS Code, open a new terminal `ni && nd` (shorten command of `npm install && npm run dev`).
5. Open `http://localhost:3000/` in browser.

### Test

`nt` (shorten command of `npm run test`)