Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 527 Bytes

Sample Todo app

Using ASP.NET Core, Enity Framework Core, TypeScript and React/Redux.

Prerequisites

TypeScript build

Run npm install

Run npm run webpack to build the dev JS with the source map.

Run npm run webpack-production to build the production JS.

Tests

Run npm run test.

License

MIT