Skip to content

Latest commit

 

History

History

README.md

Todo App

This uses the todo endpoint of json placeholder

Getting started (remote)

See this demo live in your browser at Edit on Stackblitz or Edit on CodeSandbox

Getting started (local)

npm install

Dev server

npm run start

Production build

Next, prepare production build and start serving the built files

npm run build:browser
npm run prod