Skip to content

Development Workflow

Lloyd Brookes edited this page Jul 6, 2021 · 3 revisions

After cloning lws, run node --version to make sure you are using node > v14 Then run:

  • npm install
  • npm run test
  • npm run cover

Finally run /bin/cli.js and if everthing is ok with your initial setup, you may see the started server log, like:

$ Listening on http://laptop.local:8000, http://127.0.0.1:8000, http://192.168.0.12:8000, http://10.202.254.100:8000

Clone this wiki locally