Front end for task management system. Back end is here.
-
React to build interfaces.
-
redux to handle data.
-
react-redux to connect React and redux.
-
react-router to handle routing.
To start development run 2 commands:
- Start the webserver
node server.js
- Start webpack dev server with hot react reloading
npm run watch