1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 17:01:54 +00:00
No description
Find a file
Mumshad Mannambeth f2edec5124 Add icon
2017-07-12 13:19:40 -04:00
client Add icon 2017-07-12 13:19:40 -04:00
e2e Initial Commit 2017-06-07 13:36:45 -04:00
helpers Create ansible-projects folder 2017-07-12 10:50:16 -04:00
server Enable seed db for production based on environment variable 2017-07-11 13:38:20 -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 Ignore logs from git 2017-07-08 21:19:29 -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 Re-organize Docker file 2017-07-12 13:12:40 -04:00
gulpfile.babel.js Modify entrypoint to serve without build as build is a separate step before 2017-07-12 07:31:17 -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 Implement Express server logging 2017-07-08 20:32:46 -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.