See Ripple in action.
-
- Ensure that your
JAVA_HOME
environment variable is pointed to your Java installation location. - Ensure that your
PATH
includes$JAVA_HOME
.
- Ensure that your
-
- Confirm that npm was installed during the Node.js installation.
Install the Windows Subsystem for Linux.
Execute the command .\run.sh
from a console pointed to the application's home directory. This will start a Swim server, seeded with the application's logic, on port 9001.
user@machine:~$ ./run.sh
Execute the command ./run.sh
from a console pointed to the application's home directory. This will start a Swim server, seeded with the application's logic, on port 9001.
user@machine:~$ ./run.sh
Open the following URL on your browser: http://localhost:9001.