Skip to content

giterium/booking

Repository files navigation

Simple Booking Calendar

Warning

For webpack 5 to work properly, you need to manually make changes from the PR https://github.com/webpack-contrib/webpack-hot-middleware/pull/393/commits/5da51540dacb103a018e08f39b4bba4b9b2f95ab (node_modules/webpack-hot-middleware)

Live Demo

https://giterium.github.io/index.html

Description

React booking calendar (hooks, redux, typescript, jest, enzyme)

Using

git clone https://github.com/giterium/booking.git
npm install
npm run start

http://localhost:8080

Run tests

npm run test

Build

npm run build