ReactJS or React is a JavaScript library to create and design interactive user interfaces. Following is a list of steps/commands to get started with ReactJS/ React App.
forwardCategory: Web Programming
API Development Using NodeJS, ExpressJS and MySQL
In this tutorial guide, we will build a simple NodeJS API using ExpressJS and MySQL with basic CRUD (create, read, update, delete) operations. NodeJS is a JavaScript run-time environment used to execute JavaScript code outside browsers i.e on the servers. Visit our other blog post, to learn more about what is NodeJS? NodeJS along with ExpressJS (web framework for NodeJS) is a widely used combination to build RESTful API’s with a database query language like MySQL or MongoDB.
forwardWhat is NodeJS
forward
How to use MySQL Database with NodeJS App
MySQL is the most popular database system. In this tutorial we will describe the steps required to use MySQL database with NodeJS app.
forwardHost Angular App and NodeJS App on Same Domain
In this tutorial, we will discuss the steps to host angular app (front-end) and NodeJS App (back-end API) on same domain. The idea is that we will have a folder named as ‘public’ in the root folder of the app which will have all files associated to the angular app.
forwardGet Started with Angular 8
forward
7 Steps To Create Hello World App in NodeJS using ExpressJS Framework
forward
How to Add Quill Editor in Angular Project
forward
How to add Like/Love reactions in angular
forward
How to Display the Index in Reverse Order for *ngFor Angular
forward