Setting up front end in Ubuntu 16.04 desktop
Last updated
Last updated
Install of Front end react app on Ubuntu 16.04 could be tricky. After few struggle, I could able to set up everything. Through this document, I am trying to give a step by step process to do it. There are certain challenges that I shall mention and how to avoid the same.
Front end react app can be downloaded /cloned from .
Docker installation:
Prerequisite:
Installation
Follow the instruction given on the above given URL. I have installed the following version of docker.
Installing Nodejs 9:
Note: npm is bundled with nodejs now.
On Debian or Ubuntu Linux, you can install Yarn via our Debian package repository. You will first need to configure the repository:
Then you can simply:
Download the react app on a desired folder and extract it. Typical folder structure should look like this:
Update the environment file with desired entries. (Get the entry from your manager). If you are doing it for the first time, you will find a file name called .env.sample. Please rename that as .env file.
Update your local host with following entry:
Navigate to the folder and launch the application through yarn
Install nodejs and npm could be tricky. It is important that we should install the latest versions. Follow this URL for latest instructions:
This URL can be useful as well:
Follow the instruction from here to install yarn:
On Ubuntu 16.04 or below and Debian Stable, you will also need to configureto get a new enough version of Node.js.