Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nromanen/Ch-034

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

724 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftServe Course Management System [Client Side Part]
SSITA Ch-034 group

Setup project

Note: Node.js and Ruby must be installed on you OS system

  1. Install global components In any folder
    npm install -g grunt-cli
    npm install -g bower
    npm install -g json-server
    gem install sass

  2. Install project components:
    In project root folder
    npm install
    bower install
    json-server --watch db.json or node server/index.js - to run local api service on port 3000 (http://localhost:3000)
    grunt build:dev - to copy vendors libraries to dev environment and to build project for development
    grunt server:dev - to run local server on port 8034 (http://localhost:8834) with livereload for development
    grunt build:prod - to build production version of project
    grunt server:prod - to run local server on port 8834 (http://localhost:8834) with livereload for development

Contribute to project

Config Git

git config --global user.name "<YOUR NAME>"
git config --global user.email "<YOUR EMAIL ADDRESS>"

Clone repository

git clone https://github.com/<YOUR-USERNAME>/Ch-034.git

Add upstream

git remote -v
git remote add upstream https://github.com/nromanen/Ch-034.git

Commit changes

git commit -am "<MESSAGE>"
git push

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

9 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors