Skip to content

faasjs/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaasJS Starter

Api-Unit Www-Unit

A starter template for FaasJS.

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

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)