This repository hosts the community developed Apache Tomcat training material.
- Install Node.js (4.0.0 or later)
- Clone this repository
git clone https://github.com/apache/tomcat-training.git
- Navigate to the newly cloned repository
cd tomcat-training
- Install dependencies
npm install
- Start the local server and monitor for changes
npm start
- View the material on http://localhost:8000
Edits made to the source files should be visible in your browser shortly after saving.