Skip to content

tantaman/aphrodite-node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aphrodite Node Starter

This provides a basic NodeJS example project that uses Aphrodite.

  • The schema is located in src/domain.aphro
  • A simple application is in src/main.ts

Getting Started

First, clone this repository

git clone git@github.com:tantaman/aphrodite-node-starter.git

Next, cd to aphrodite-node-starter and install dependencies.

cd aphrodite-node-starter
npm install

The commands to build and run are the "demo app" are:

npm run build
npm run main

If you change the schema and want to re-generate the generated code, run

npm run aphro

For more info, see the Aphrodite quickstart guide

About

Scaffold for a nodejs project that uses Aphrodite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published