/todo-api

A TODO api sample application

Primary LanguageTypeScriptMIT LicenseMIT

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.