Angular CRUD with Firebase
https://angular-templates.io/tutorials/about/angular-crud-with-firebase
How to Install Node.js® and NPM on Windows - Treehouse Blog
https://blog.teamtreehouse.com › Learn
With Node.js and NPM installed you'll soon be able to take advantage of the huge world of NPM modules that can help with a wide variety of tasks both on the ...
https://angular-templates.io/tutorials/about/angular-crud-with-firebase
Introduction to this Angular CRUD example
In this angular tutorial, we are going to explain how to perform a CRUD in an Angular 6 application using cloud firestore as a database.
We are going to create an angular example website that will have:
- A list of users which can be filtered by name and by age
- A page to add a new user
- A page to edit the data of a user
- Delete a user
The data of a user will be: Name, Surname, Image, Age.
... see link above to continue
$30 for angular site template
Create angular project from scratch
How to Install Node.js® and NPM on Windows - Treehouse Blog
https://blog.teamtreehouse.com › Learn
With Node.js and NPM installed you'll soon be able to take advantage of the huge world of NPM modules that can help with a wide variety of tasks both on the ...
JavaScript is quickly becoming the go-to language for web developers. Front-end web developers use JavaScript to add user interface enhancements, add interactivity, and talk to back-end web services using AJAX. Web developers who work on the server-side are also flocking to JavaScript because of the efficiencies and speed offered by JavaScript’s event-driven, non-blocking nature.
fact, concentrating on JavaScript as your language of choice offers the opportunity to master a single language while still being able to develop “full-stack” web applications. The key to this server-side JavaScript revolution is Node.js® — a version of Chrome’s V8 JavaScript runtime engine — which makes it possible to run JavaScript on the server-side.
Node.js is also used for developing desktop applications and for deploying tools that make developing web sites simpler. For example, by installing Node.js® on your desktop machine, you can quickly convert CoffeeScript to JavaScript, SASS to CSS, and shrink the size of your HTML, JavaScript and graphic files. Using NPM — a tool that makes installing and managing Node modules — it’s quite easy to add many useful tools to your web development toolkit.
Installation Steps
- Download the Windows installer from the Nodes.js® web site.
- Run the installer (the .msi file you downloaded in the previous step.)
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
- Restart your computer. You won’t be able to run Node.js® until you restart your computer
No comments:
Post a Comment