#Setup install Node js ##Install in folder where package.json (your path/f/) is located $npm install ##Run build run: $npm run build ##Watch server launches server on localhost:8080 and watches directory $npm run dev