Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixmonkey/caedence.net-2015
https://github.com/unixmonkey/caedence.net-2015
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unixmonkey/caedence.net-2015
- Owner: unixmonkey
- License: mit
- Created: 2015-10-19T05:40:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T05:44:18.000Z (about 9 years ago)
- Last Synced: 2024-10-14T20:56:16.908Z (2 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notely
An AngularJS 1.x note-taking app.
## Setup
__Install [MongoDB](https://www.mongodb.org/downloads#production)__:
$ brew install mongodb
$ mongod__Clone [this project](https://github.com/unixmonkey/caedence.net-2015)__:
$ git clone https://github.com/unixmonkey/caedence.net-2015.git notely
__Change into the `notely` directory and run `npm start` to start the server process__:
$ cd notely
$ npm start__Open a new terminal tab/window, change into the notely `client` directory and run `npm start` to start the client build/watch process__:
$ cd client
$ npm start__Open your web browser to [http://localhost:3000](http://localhost:3000)__