# Installation

Expressweb CLI is a command line tool to help you install Expresswebjs.

Install it globally via npm like so: npm install -g expresswebcli

Make sure to add the npm system-wide node_modules/.bin directory to your $PATH to be able to access the installed binary.

Once installed, you can use the expresswebcli new command to create fresh installations of ExpresswebJs.

For example, to create a new application called ritetech, simply:

expresswebcli new ritetech

Once that is done,

cd ritetech

Once you do that, you can now install all dependencies by running npm install.

npm install