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
- Install Node.js:
- Binaries, installers, and source tarballs are available at https://nodejs.org/en/download/.
- Install suitable version for your platform.
- Download the project:
- Download ZIP or
- Clone the repo:
console $ git clone https://github.com/Jayde-Im/nodejs-todo-list.git
- Go to project directory and install dependencies:
$ cd nodejs-todo-list
$ npm install
- Run the application:
$ npm start
- Open a browser and go to
localhost:3000
.
Report a bug
If you find bugs or have any questions, open a new issue, please.