Skip to content
/ api-starter Public template
forked from curveball/starter

Minimal Bad Gateway API Starter Template

License

Notifications You must be signed in to change notification settings

badgateway/api-starter

 
 

Repository files navigation

Curveball Starter Template

Hit the ground running with a minimal boilerplate for a Curveball application.

What's included

This package contains a basic set up for that will be needed for most Curveball applications, and comes with a suggested application structure.

Getting started

Copy this repository

git clone https://github.com/curveball/starter <project_name>

Build and run the project

cd <project_name>
npm i
npm run build
npm start

After this, open http://localhost:8500 to see your application in action.

About

Minimal Bad Gateway API Starter Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • Makefile 12.5%