Basic TodoList project using Node and EJS.
To run this project cd into the root of the project, and run the following commands.
npm install
or
yarn install
You will need to have Node installed on the machine running the project, it is also recommended to have Nodemon installed globally. You can then start up the project:
node app
or
nodemon app
alternatively, a start script is provided via npm start.