A simple enough implementation of an angular frontend backed up by a node server with a json used as database.
- Install node (https://nodejs.org/en/download/)
- Install gulp globally-
npm install -g gulp - Install node dependencies-
cd prezi-presentio && npm install - Install bower dependencies from same directory-
bower install gulp serve(with browsersync, so if you edit the code, it will be immediately visible) orgulp serve:dist
node server/index.js- All the apis are exposed in
/apiroute (e.g.http://localhost:8080/api)