Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course project vs. this repository

This repository showcases the stack utilized in the DigitalBooking project. Visit Digital Booking for more information about the complete project.

There are some differences between the project developed during the course and this repository

Front-end

In the original project, the static content was hosted by an AWS S3 bucket. This repo deploys the Vite+React app to GitHub pages (unlimited FREE) using the following strategy:

  1. Install the gh-pages package:

    npm install gh-pages --save-dev
  2. In the package.json file add before "build": "vite build":

    "predeploy": "npm run build",
    "deploy": "gh-pages -d dist",
  3. In the vite.config.js file add before plugins: [react()],:

    base: "DigitalBooking",
  4. Even if using yarn as package manager. In the terminal on the front folder run:

    npm run deploy

To update app deployment: run the npm run deploy command again.

About

This repository showcases the front-end stack utilized in the DigitalBooking project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages