/crystal-clear

A quote service for a cleaning company built with .NET Core and React

Primary LanguageC#

Crystal Clear

Welcome to the "Crystal Clear" repository. This project is a quote service for a cleaning company built with .NET Core and React.

Prerequisites

Before you begin, ensure you have the following installed:

Installing

To get the app running locally:

1. Clone the repository:

git clone https://github.com/Connectslide121/crystal-clear.git

2. Navigate to the front-end directory:

cd crystal-clear/crystal-clear-front-end

3. Install dependencies:

npm install

4. Start the development server

This script will start both back and front ends concurrently

npm run dev

The application should now be running on http://localhost:3000.

Available Scripts

In the project directory, you can run:

npm run dev: Runs the app in the development mode.

npm run endpoints: Runs the back-end in development mode.

npm start: Runs the front-end in development mode.

npm run build: Builds the front-end for production to the build folder.

npm test: Launches the test runner in interactive watch mode.

npm run eject: Removes the single build dependency from your project.

Acknowledgments

Unsplash API

Axios

React router

concurrently

html-to-image

jspdf

detect-port

cross-env