Run the application Follow
This section describes how you can run the application locally. It is assumed that you have already downloaded the compressed file in tar.gz format, into your local computer.
You will need the following components installed in your system.
Requirements
- Node version 8.10
- npm v5.6
- nvm (Node Version Manager) is optional
It is helpful to run it in nvm so you can have multiple instance of node
If using NVM
Install nvm by following the instruction on this site https://github.com/nvm-sh/nvm
Install Node v8.10 using NVM
nvm install v8.10.0
Use Node v8.10
nvm use v8.10.0
To run
Extract the tar file, open a terminal and go into that folder
npm install
npm run start
Comments
0 comments
Please sign in to leave a comment.