Skip to content

A scaffold for Differential apps starting from scratch

Notifications You must be signed in to change notification settings

differentialhq/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Differential App

This is a scaffold for a Differential app. It includes a few things:

Running the app

  1. Install dependencies
git clone [email protected]:differentialhq/app.git my-app && \ 
cd my-app && \ 
npm run setup && \
npm i -g tsx
  1. Run the service
tsx src/run/hello-service.ts
  1. Call the service
tsx src/commands/greet.ts

Running the tests

npm test

See hello.test.ts for an example of how to write service tests. This example uses node:test, but you can use any test runner you like.

About

A scaffold for Differential apps starting from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published