Skip to content

papistan/booking-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking Frontend

A simple frontend to create new e-bike booking, add new e-bikes for rental and view scheduled bookings

Requirements

For development, you will need Node.js and Yarn installed on your environement.

Install

$ git clone https://github.com/papistan/booking-frontend.git
$ cd booking-frontend
$ yarn install

Start, watch and open in browswer

$ yarn start

Run node-sass-chokidar (to watch and auto-compile SCSS files to CSS files)

$ yarn watch-css

Simple build for production

$ yarn build

Dependencies

"axios": "^0.18.0",
"husky": "^0.14.3",
"lint-staged": "^7.1.0",
"node-sass-chokidar": "^1.3.0",
"prettier": "^1.12.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4"

About

Booking site for e-bike rentals built with React, React-router, Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors