/TheOpenGate

Angular.js web app

Primary LanguageTypeScript

TheOpenGate

Angular web app project just for learn about the platform

HOW TO TEST IT

Just run the auto_setup.bat file wich is in the root directory, it will update the repo, switch to master branch, run the test server side and open the page on your default navigator

In case it didn't work, maybe you don't have the necessary node modules, to install them via terminal go to the app directory inside the repo and use npm, the dependencies are already defined

    cd ./tog
    npm install -g


USEFULL COMDS FOR ANGULAR - CLI

Command HT use
ng new "project name" Create an Angular project and all the connection files
ng create component "component name" Create a component and all the used links for it
ng serve Set up a test server on root-index