GithubHelp home page GithubHelp logo

arthurruf / mywork-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.33 MB

Projeto de Tópicos Especiais em Programação lecionada pelo Profº Fabrício

TypeScript 50.75% HTML 15.69% JavaScript 0.99% CSS 32.58%

mywork-client's Introduction

MyWork

Projeto de Tópicos Especiais em Programação lecionada pelo Profº Carlos Henrique Bughi

Technologies Used

  1. Java
  2. Angular 6 (requires NodeJS latest)

Server

Checkout the Server Repository under https://github.com/eugaf/mywork-netbeans

Client

This project was generated with Angular CLI version 6.1.5.

Preparing Dev Envoirment

  1. Install NodeJS under https://nodejs.org/en/download/. If your are running on Linux, run the following commands
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
  1. Go to the project folder and run on Windows
npm install n -g
n latest
npm install -g @angular/cli sass #If your are running it on Linux or MacOS, you will need to run with SUDO
npm install
ng update @angular/cli
ng update @angular/core
  1. Go to the project folder and run on LINUX and MAC OS X
sudo npm install n -g
sudo n latest
sudo npm install -g @angular/cli sass 
npm install
ng update @angular/cli
ng update @angular/core

Running the Project

  1. Go to the project folder and run
ng serve
#Agora abra seu navegador de internet na página http://localhost:4200/

Help Commands

  1. To Run the project: ng serve
  2. To Create a new component: ng generate component [component name]

Helpfull Links

  1. Angular Basics (Complete Guide - Tutorial for Beginners) - https://www.youtube.com/watch?v=htPYk6QxacQ
  2. @angular/flex-layout - https://www.youtube.com/watch?v=geqjUtKJX5s

mywork-client's People

Contributors

arthurruf avatar eugaf avatar hilha avatar

Watchers

 avatar  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.