An open API service indexing awesome lists of open source software.

https://github.com/danielmackay/nextjs-todo

Simple React todo application
https://github.com/danielmackay/nextjs-todo

next-js react-js

Last synced: 2 months ago
JSON representation

Simple React todo application

Awesome Lists containing this project

README

          

# Nextjs Todo

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

First, run the development server:

```bash
yarn dev
```

## Dependencies

Backend API can be found on github at: [dotnet-todo-api](https://github.com/danielmackay/dotnet-todo-api)

## Generating Api Client

```bash
yarn generate-api
```

if the above doesnt' work you can manually generate the API Client code via: [swagger.io](https://editor.swagger.io/)