Name Last Update
..
node_modules Loading commit data...
public Loading commit data...
routes Loading commit data...
views Loading commit data...
LICENSE Loading commit data...
README.kor Loading commit data...
README.md Loading commit data...
README.us Loading commit data...
app.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
todo_list.json Loading commit data...

nodejs-todo-list

Simple to-do Node.js web application using Express and jQuery.

This is a sample project for lecture, TODO 앱을 직접 만들면서 배우는 node.js / express / bootstrap / jquery in goormEDU

How to start

  1. Install Node.js:
  1. Download the project:
  • Download ZIP or
  • Clone the repo: console $ git clone https://github.com/Jayde-Im/nodejs-todo-list.git
  1. Go to project directory and install dependencies:
$ cd nodejs-todo-list
$ npm install
  1. Run the application:
$ npm start
  1. Open a browser and go to localhost:3000.

Report a bug

If you find bugs or have any questions, open a new issue, please.