Skip to content

Red-Codragon-Archfiend/NodeTodos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Todos

Basic TodoList project using Node and EJS.

Setup

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.

About

Node Todo list with EJS templating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published