This project was developed for a barbershop, with the goal of managing client appointment scheduling.
During its implementation, I used JavaScript and integrated packages and APIs to expand the system's features.
- Clone the repository:
git clone https://github.com/seu-usuario/nome-do-repositorio.git - Access the project folder:
cd nome-do-repositorio - Install the dependencies:
npm install - Run in development mode:
npm run dev - Start the local server (if needed):
npm run server - Generate the production build:
npm run build
- Webpack — Module bundler
- Babel — Transpiler for browser compatibility
- HTMLWebpackPlugin — Dynamic generation of the final HTML file
- CopyWebpackPlugin — Automatic copying of static assets
- Webpack Dev Server — Local server with Live Reload