# Installation
Xpresser can be installed and required just like every other javascript library but to enjoy your development experience a few other libraries are required.
# Requirements
# nodemon (Required)
nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
Install Nodemon (opens new window)
# ts-node-dev (Required For Typescript)
ts-node-dev is a tool that helps develop node.ts based applications by automatically restarting the node application when file changes in the directory are detected.
Install ts-node-dev (opens new window)
# Xjs-Cli (Recommended)
xjs-cli is a command-line tool made for xpresser. It provides helpful commands that can assist you in building your application faster.
Install Xjs-Cli
# Installing Xpresser
Using Package Managers.
Next create: