Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.22 KB

BookMe!

This project is the front end for the BookMe! API service.

You can check an online version here.

preview

Available Scripts

In the project directory, you can run:

Command Description
npm start Runs the app in the development mode. http://localhost:3000
npm run build Builds the app for production to the build folder.
npm run lint Runs configured linters for JS and Scss/CSS
npm run lint-fix Runs configured linters for JS and Scss/CSS with --fix flags

Learn More

This project was boostraped using Create React App, you can learn more in the Create React App documentation.

To learn React, check out the React documentation.