Skip to content

A simple todo web application built on node.js and React.js

License

Notifications You must be signed in to change notification settings

JMJustas/todolist

Repository files navigation

TODO App

A simple TODO app built on React.js and Node.js

Install

Install dependencies:

npm i

Build:

npm run build

Run

npm start

To create test db, run:

npm run initDb

Note: make sure db settings are correct in config.json

Test

npm test

To create test db, run:

npm run initDb:test

Note: make sure db settings are correct in config.test.json

About

A simple todo web application built on node.js and React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published