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
- Host: GitHub
- URL: https://github.com/jmrashed/how-to-install-react-on-ubuntu
- Owner: jmrashed
- Created: 2021-06-08T19:30:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T19:52:15.000Z (about 4 years ago)
- Last Synced: 2025-01-07T20:14:39.754Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.shRun the downloaded script using below command
sudo bash nodesource_setup.sh# 2.Install
Run `sudo apt-get install nodejs -y` to install