Coder Social home page Coder Social logo

remipelloux / wt-training-angular2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wishtack-training/wt-training-angular2-deprecated

0.0 0.0 0.0 120 KB

Wishtack's Angular 2 training

TypeScript 21.82% HTML 1.71% Python 52.49% Shell 0.94% JavaScript 23.05%

wt-training-angular2's Introduction

Setup

apt-get install mongodb npm

# Install gulp & Python dependencies globally. MUST BE RUN AS ROOT!
sudo ./setup.sh --global

# Install node dependencies and bower dependencies from scratch.
./setup.sh

Heroku setup.

heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
heroku config:set NODE_ENV=production

Gulp tasks

gulp build # Build project with uglification.
gulp bump --type=patch|minor|major # Bump application version.
gulp runserver # Only runs the Django server.
gulp start # Builds the app and then runs the server and watches for changes in parallel.
gulp test # Run all tests.
gulp test-karma [--watch] # Run karma tests. '--watch' keeps running tests after each file change.
gulp test-protractor [--test-protractor-path=PROTRACTOR_TEST_PATH] # Run protractor tests.
gulp test-py # Run all python tests.
gulp test-py-integration # Run python integration tests.
gulp test-py-unit # Run python unit tests.
gulp test-unit # Run karma and python unit tests.
gulp watch [--debug] # Builds the project and watches for changes but disables uglification. Debug options enables source-map.

Tricks.

Load environment before running commands like './manage.py'.

. export_env.sh test|local|dev|prod

wt-training-angular2's People

Contributors

yjaaidi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.