/react-todo

Simple React frontend to access Todo API server

Primary LanguageJavaScript

React UI for Todo API

This React application is a sample frontend, used as part of the Egghead.io series Creating Node.js APIs with Swagger

Getting Started

  • Clone the repo.
  • Install dependencies with npm install
  • Launch the application with webpack -w
  • Ensure you have the Todo API server running from this repo
  • For additional details and explanation, watch the series on Egghead.io (TODO: Update with link after publishing)

Additional Info