1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 22:01:55 +00:00
No description
Find a file
2017-07-08 20:06:37 -04:00
client Add playable version to UI and in config file. 2017-07-08 18:19:47 -04:00
e2e Initial Commit 2017-06-07 13:36:45 -04:00
helpers Add support for custom modules 2017-06-27 23:27:22 -04:00
server Integrate winston logging 2017-07-08 20:06:37 -04:00
.babelrc Initial Commit 2017-06-07 13:36:45 -04:00
.buildignore Initial Commit 2017-06-07 13:36:45 -04:00
.dockerignore Add .dockerignore 2017-07-07 12:28:02 -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 23:00:40 +00:00
Dockerfile - Install MongoDB locally on Docker container 2017-07-07 12:30:24 -04:00
gulpfile.babel.js Update server side test cases and disable client side tests for now. Integrate later. 2017-07-07 12:23: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 Integrate winston logging 2017-07-08 20:06:37 -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 Update server side test cases and disable client side tests for now. Integrate later. 2017-07-07 12:23: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.