How to Install React Js on Debian Stretch 9 Easy Guide

August 16, 2018 | By the+gnu+linux+evangelist.

React Js Debian Stretch 9 Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install React Js in Debian Stretch 9 GNU/Linux.

And React.js for Debian Stretch 9 is a JavaScript Library for building User Interfaces.

Moreover, the React Js main Features are:

  • Declarative: will make your code more predictable and easier to debug
  • Component-Based: encapsulated components that manage their own state
  • Learn Once, Write Anywhere: develop new features without rewriting existing code
  • Power Mobile Apps using React Native

Finally, the guide includes instructions on How to Getting-Started with React Js Easily.

How to Install React Js on Debian Stretch 9 - Featured
  1. 1. Launching Shell Emulator

    Open a Terminal window
    (Press “Enter” to Execute Commands)

    How to Install React Js on Debian Stretch 9 - Open Terminal Shell Emulator
  2. 2. Installing NodeJS

    How to Install NodeJS on GNU/Linux

    NodeJS Installation Guide

    Follow instructions to Install NodeJs 10 or Greater.

  3. 3. Installing React Js

    Then to React Js on Debian do:

    sudo npm install -g create-react-app

    The “create-react-app” Package includes the Command to Create React App.

  4. 4. Making React Hello-World App

    Next to Create React Js Hello World simply:

    create-react-app hello-world

    The First, Time you Execute it the Package will Install All the React.js Components needed on System…

    Then Access the hello-world Folder:

    cd hello-world

    Now, Start the Node.js Server with:

    npm start
    How to Install React Js on Debian Stretch 9 - Terminal Gif Animation

    Finally, the App is Displayed on Browser at:
    http://localhost:3000/

    How to Install React Js on Debian Stretch 9 - React Js Welcome
  5. 5. Learning React Js Getting-Started Guide

    Getting-Started with React Js for Debian GNU/Linux

    React Js Quick Start on Debian
  6. So Now I’m truly Happy if My Guide could Help you to Getting-Started with React Js on Debian Stretch 9!


QuickChic Theme • Powered by WordPress