Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.39 KB

This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).

Build and run the app

To start and run this application you need to execute the following commands within the root folder of this repo.

  1. Install the Node.js packages (dependendies) for the app.
$ npm install
  1. Run the the app, which will available via http://localhost:3000.
$ npm start

API Projects

This repo is configured as a git submodule within the following repos: