0.0.9 • Published 4 years ago
@tkelly42/scorm-server v0.0.9
A node based utility scorm server for running just in time tests.
Project Status
This is a utility app and is not intended for production in any way.
##Install globally npm -g i @tkelly42/scorm-server
##Running a project Navigate to the folder containing the imsmanifest.xml file and run scorm-server from command line: e.g.
scorm-server
##Flags scorm-server will use port 5000. If you want to use another , specify the port in the command line.
e.g.
scorm-server -p 5001
Thank you.