curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
Link to yarn: https://yarnpkg.com/en/docs/install
Enter app directory then:
# Install Node Modules
yarn
# Build the App
webpack
# Start the Server
yarn start
# If you want to edit the react code, this rebuilds
yarn run watch-files
MAX: 20 MB MIN: 0.1 MB