A minimistic Getting Started backend application with an in-memory user store, authentication and an example custom action, build with FuryStack
Node.js and NPM (the LTS or Current) has to be installed on your computer.
- Clone the repository with
git clone https://github.com/furystack/hello-world-app.git - cd into the application directory:
cd hello-world-app - Install dependencies with
npm i - Start the application with
.\node_modules\.bin\ts-node index.tsor./node_modules/.bin/ts-node index.tsfor Linux
This application is used in the FuryStack's Getting Started example. Read the guide to get more info.