1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 20:21:55 +00:00
No description
Find a file
2017-06-07 22:38:07 +00:00
client Initial Commit 2017-06-07 13:36:45 -04:00
e2e Initial Commit 2017-06-07 13:36:45 -04:00
server Initial Commit 2017-06-07 13:36:45 -04:00
.babelrc Initial Commit 2017-06-07 13:36:45 -04:00
.buildignore Initial Commit 2017-06-07 13:36:45 -04:00
.editorconfig Initial Commit 2017-06-07 13:36:45 -04:00
.eslintrc Initial Commit 2017-06-07 13:36:45 -04:00
.gitattributes Initial Commit 2017-06-07 13:36:45 -04:00
.gitignore Initial Commit 2017-06-07 13:36:45 -04:00
.gitlab-ci.yml Update gitlab ci file 2017-06-07 16:37:50 -04:00
.travis.yml Initial Commit 2017-06-07 13:36:45 -04:00
.yo-rc.json Initial Commit 2017-06-07 13:36:45 -04:00
bitbucket-pipelines.yml bitbucket-pipelines.yml edited online with Bitbucket 2017-06-07 22:38:07 +00:00
Dockerfile Update Dockerfile to fix permissions 2017-06-07 15:24:06 -04:00
gulpfile.babel.js Initial Commit 2017-06-07 13:36:45 -04:00
karma.conf.js Initial Commit 2017-06-07 13:36:45 -04:00
mocha.conf.js Initial Commit 2017-06-07 13:36:45 -04:00
mocha.global.js Initial Commit 2017-06-07 13:36:45 -04:00
package.json Initial Commit 2017-06-07 13:36:45 -04:00
protractor.conf.js Initial Commit 2017-06-07 13:36:45 -04:00
README.md Initial Commit 2017-06-07 13:36:45 -04:00
spec.js Initial Commit 2017-06-07 13:36:45 -04:00
webpack.build.js Initial Commit 2017-06-07 13:36:45 -04:00
webpack.dev.js Initial Commit 2017-06-07 13:36:45 -04:00
webpack.make.js Initial Commit 2017-06-07 13:36:45 -04:00
webpack.test.js Initial Commit 2017-06-07 13:36:45 -04:00

app2

This project was generated with the Angular Full-Stack Generator version 4.2.2.

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  3. Run gulp serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run gulp build for building and gulp serve for preview.

Testing

Running npm test will run the unit tests with karma.