Before you begin, ensure you have Node.js
and npm
installed on your machine.
- Clone the repository:
git clone https://github.com/techhiveRepo/estimator-bob-front.git
- Navigate to the project directory:
cd estimator-bob-front
- Install dependencies:
npm install
To start the development server run:
npm start
Default port is 4800. This command will start the development server and automatically open your default browser to localhost:4800.
To build the project, run:
npm run build
The build artifacts will be stored in the dist/
directory.
Deploying the application can vary depending on your hosting environment. However, typically you would:
Build the project for production using
npm run build
Deploy the contents of the dist/
to your hosting provider.