Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matlock/scraam
https://github.com/matlock/scraam
angular babel docker gulp javascript mongo nodejs
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matlock/scraam
- Owner: MatLock
- Created: 2017-03-21T19:45:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T23:52:39.000Z (over 7 years ago)
- Last Synced: 2024-11-08T14:13:34.605Z (3 months ago)
- Topics: angular, babel, docker, gulp, javascript, mongo, nodejs
- Language: JavaScript
- Size: 2.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scraaam
=======================
[![Build Status](https://travis-ci.org/MatLock/Scraam.svg?branch=master)]Once you have clone this repository, follow these steps to start working:
# Run With NPM & GULP
Assuming you already have mongo installed and running on port 27017, if not please install mongo or run the app with **Docker**
* Run **_npm install_**, to install all application dependencies
* Run **_gulp test:all-non-e2e_**, to run all tests and ensure everything is properly setup
* Run **_npm webpack-start_**, to serve frontend's files on 'dist' folder
* Run **_npm start_**, to start backend's application
* Go to http://localhost:3001# Run With DOCKER
* Run **_docker-compose up_** to start the app with docker.
* Go to http://localhost:3001Some conventions to work on it:
* Follow existing coding conventions
* Use feature branch
* Add descriptive commits messages in English to every commit
___________________________________________________
- Jorge Flores -