Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 471 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 471 Bytes

RethinkDB + Angular.js

Basic example of a RethinkDB app using Angular.js with a Node.js backend.

Setup: Install RethinkDB and Node.js

If using Mac:

brew install rethinkdb
brew install node

After installing RethinkDB and Node.js, go the root directory of the repo and install all dependencies.

npm install
bower install

You can now run the node server using the following command:

# Mac and Linux
npm run dev
# Windows
node server