This is an ongoing project to port swl to ReactJS. For more information refer to the DESIGN.md file.
If you're using Windows, remember that you need to log out and back in for PATH changes to take effect.
npm install
to install dependencies.npm run watch
. This starts the watch server at
http://localhost:8080, open it in your browser. When you make changes to the
source files, everything is recompiled and the browser window is refreshed automatically.npm run build
for a one-off debug build.