Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 827 Bytes

Simple Note

A simple note app built with MongoDB, Express, Angular, NodeJS.
It looks somehow like a Google Keep, for I just want it to be designed simple.
Use this project as a guide to MEAN.

Getting Started

Install the requirement with: npm install

Install and run the MongoDB

Run it with node app.js or test it with nodemon app.js which restart node on code update

Build the sass with grunt, watch it with grunt watch

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality.
Lint and test your code using Grunt.

Release History

2014-03-21 Basic function, everything works in a simple and clean way.

License

Copyright (c) 2014 zhangcx93
Licensed under the MIT license.