/todo-fullstack-ts

example todo app using ts, serverless, and react

Primary LanguageTypeScript

Todos

A fullstack todos app utilizing a React single page frontend and a Serverless Framework. Monorepo generated with Nx.

Getting started

This app will require you to have docker installed and running on your machine, follow installation instructions for your device.

Clone this repository, and install npm dependencies

To start the application run npm run start in your CLI.

Deployment

@TODO

Development

Follow installation instructions, then run npm prepare to setup git hooks for linting/testing.