README.md 1 KB

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.