This project is the front end for the BookMe! API service.
You can check an online version here.
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 |
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.