An open API service indexing awesome lists of open source software.

https://github.com/jmrashed/how-to-install-react-on-ubuntu

How to Install React on Ubuntu
https://github.com/jmrashed/how-to-install-react-on-ubuntu

Last synced: 4 months ago
JSON representation

How to Install React on Ubuntu

Awesome Lists containing this project

README

        

# How-to-Install-React-on-Ubuntu
How to Install React on Ubuntu

# Prerequisites
This guide assumes that you are using Ubuntu20.04. Before you begin, you should have a user account with installation privileges and should have unrestricted access to all mentioned web sites in this document.

# Audience
This document can be referred by anyone who wants to install latest nodejs on Ubuntu 16.04

# System requirements
- item Ubuntu 16.04
- 4 GB RAM
- 10 GB free space

# 1.Install nodejs - Setup PPA
To get you a more recent version of Node.js installed on ubuntu is to add a PPA (personal package archive) maintained by NodeSource. Open terminal and run below commands


cd ~
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh

Run the downloaded script using below command
sudo bash nodesource_setup.sh

# 2.Install
Run `sudo apt-get install nodejs -y` to install