acweller / B-Wing

Curso https://www.youtube.com/watch?v=lxYB79ANJM8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

B-Wing

Video aula sobre Angular Mysql CRUD Tutorial, REST API Node & Typescript

Instalar no servidor LEDS-WEB:

https://www.digitalocean.com/community/tutorials/como-instalar-e-proteger-o-phpmyadmin-no-ubuntu-16-04-pt https://chartio.com/resources/tutorials/how-to-grant-all-privileges-on-a-database-in-mysql/ GRANT ALL PRIVILEGES ON . TO 'tolkien'@'localhost';

Dicas sobre Markdown.

https://www.hostingadvice.com/blog/where-to-find-free-node-js-hosting/

Tutorial de Deploy do site Angular (https://angular.io/guide/deployment)

Fazer em client: ng build --watch

https://github.com/johnpapa/lite-server Iniciar um WebServer (npm install lite-server --save-dev ### dentro de Client) :

Inside package.json...

"scripts": { "dev": "lite-server" },

lite-server --baseDir="dist"

ng build --prod

Client

This project was generated with Angular CLI version 7.3.6.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Curso https://www.youtube.com/watch?v=lxYB79ANJM8

License:Apache License 2.0


Languages

Language:TypeScript 57.2%Language:JavaScript 28.3%Language:HTML 14.2%Language:CSS 0.2%