hotel
π© A simple process manager for developers. Start apps from your browser and access them using local domains
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- uninstall.js
- Docker.md
- README.md
- index.css
- index.tsx
- index.css
- index.tsx
- index.tsx
- index.css
- index.tsx
- index.css
- index.tsx
- index.css
- index.tsx
- api.ts
- formatter.ts
- global.d.ts
- index.html
- index.tsx
- Store.ts
- bin.js
- daemon.js
- index.js
- run.js
- servers.js
- error.css
- favicon.png
- events.js
- index.js
- servers.js
- index.js
- tld.js
- _error.pug
- proxy-pac-with-proxy.pug
- proxy-pac.pug
- server-error.pug
- target-error.pug
- app.js
- group.js
- index.js
- loader.js
- log.js
- pem.js
- tcp-proxy.js
- uninstall.js
- common.js
- conf.js
- get-cmd.js
- pid-file.js
- daemon.js
- run.js
- servers.js
- app.js
- group.js
- pem.js
- index.js
- index.js
- _setup.js
- .babelrc
- .eslintrc.js
- .gitattributes
- .gitignore
- .npmignore
- .stylelintrc
- .travis.yml
- appveyor.yml
- CHANGELOG.md
- LICENSE
- nodemon.json
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
- webpack.common.js
- webpack.dev.js
- webpack.prod.js
# Installation Guide
1. Get the code
git clone https://github.com/typicode/hotel
Downloads the entire project code from GitHub to your computer.
cd hotel
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g hotel && hotel start
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g hotel && hotel start
Installs the package published on the npm registry globally β no need to clone the source.
~/projects/one$ hotel add 'npm start'
Starts the development/run server.
~/projects/two$ hotel run 'npm start'
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
