Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 762 Bytes

File metadata and controls

18 lines (11 loc) · 762 Bytes

hello-world-app

A minimistic Getting Started backend application with an in-memory user store, authentication and an example custom action, build with FuryStack

Prerequisites

Node.js and NPM (the LTS or Current) has to be installed on your computer.

Using the application

  1. Clone the repository with git clone https://github.com/furystack/hello-world-app.git
  2. cd into the application directory: cd hello-world-app
  3. Install dependencies with npm i
  4. Start the application with .\node_modules\.bin\ts-node index.ts or ./node_modules/.bin/ts-node index.ts for Linux

Additional info

This application is used in the FuryStack's Getting Started example. Read the guide to get more info.