Skip to content

Instantly share code, notes, and snippets.

@iamdey
Created May 18, 2018 08:23
Show Gist options
  • Save iamdey/cc87b89fa157e4cc8b70c84dda4d896e to your computer and use it in GitHub Desktop.
Save iamdey/cc87b89fa157e4cc8b70c84dda4d896e to your computer and use it in GitHub Desktop.

start frontend manually

pre-req

  • node 8 -> it's cool to install w/ nvm

then nvm install v8 --lts

install

cd src/frontend/web_application
# install deps
yarn
# build frontend server (not for dev purposes)
yarn release

usage

bin/server

It may not fully work since you don't have the api anywhere, but the server should start and log as expected

clean

  • kill the process
  • remove yarn and node and it should be ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment