and use Rush to install dependencies:
$ rush update
To completely clear and reinstall all dependencies, run rush update -p --full
:
-p
for purge, to remove all the installed packages--full
just because it looks important
$rush serve
Fun test page will be found at http://localhost:8080/
$ rush build
To serve a production build, run rush host
, and open http://localhost:3001/host/