WebMap Application for TJS-Server
Before you begin, ensure you have met the following requirements:
-
Node.js: Your system should have Node.js installed. You can download it from nodejs.org.
-
npm (Node Package Manager): npm comes bundled with Node.js, so you should have it available after installing Node.js.
# Clone the repository
git clone https://github.com/schawanji/TJS-Server-demonstrator.git
# Change to the project directory
cd TJS-Server-demonstrator
# Install project dependencies
npm install
# Start the server
npm start
After running the commands above, you should see a message indicating that the server is running at http://localhost:1234.