A website using ReactJS and Node
npm install
node server.js
Then visit http://localhost:3000/.
You can change the port number by setting the $PORT
environment variable before invoking any of the scripts above, e.g.,
PORT=3001 node server.js
...sh cd src/test jasmine ...
...sh cd src/scripts/JSONBuilder node builder.js ...
JSON files are put into "src/scripts/JSONBuilder/out"