jantoniocarvajal / book-hotel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Book Hotel

This project is a demo of avaiability booking hotel.

Dev Installation

  1. Clone the repo

Run in parallel (and leave running):

  1. Run Server

  2. cd server

  3. Update dependencies npm i

  4. Build with npm start, let it watching changes

  5. Run Web (Frontend)

  6. In the project directory

  7. Update dependencies npm i

  8. Build with npm run start, let it watching changes

You'll get a new browser tab for localhost:3000/

About


Languages

Language:TypeScript 76.3%Language:HTML 10.0%Language:SCSS 8.3%Language:CSS 5.4%