This is a notepad and TODO list web application. The application was created by MEAN Stack.
First you should install Node.js
, NPM
, and MongoDB
on your server.
- Download and Install Node.js.
- Download and Install MongoDB - Make sure
mongod
is running on the default port (27017).
You can also refre to the Prerequisites in MEAN Stack.
$ npm install
You can start iList by grunt
$ npm start
or run iList directly
$ node server
Then, open a browser and go to: http://localhost:8080
If you can't run the application on 8080, you can change the seting in \server\config\env\development.js
.
##How to use it
- Register a new ID in
Sign up
- Sing in the application, and enjoy it! :)
- You can open the toolbar by click pencil icon
- Press
Enter
to create a new line - Press
tab
andshift + tab
to indent a line - Press
ctrl + d
to complete one line - Each line will be saved after you move to other line, or you can use
ctrl + s
to save the line.