-
Install Node.js & n via
n-install
curl -L https://git.io/n-install | bash
-
Install & use the latest official Node.js release
n latest
-
Install Yarn
npm install yarn -g
-
Install dependencies
yarn
-
Start the app
yarn start
-
Visit
http://localhost:8000