https://github.com/matlock/scraam
https://github.com/matlock/scraam
angular babel docker gulp javascript mongo nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matlock/scraam
- Owner: MatLock
- Created: 2017-03-21T19:45:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T23:52:39.000Z (almost 9 years ago)
- Last Synced: 2025-07-22T04:06:24.178Z (11 months ago)
- Topics: angular, babel, docker, gulp, javascript, mongo, nodejs
- Language: JavaScript
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scraaam
=======================
[]
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:3001
Some conventions to work on it:
* Follow existing coding conventions
* Use feature branch
* Add descriptive commits messages in English to every commit
___________________________________________________
- Jorge Flores -