Skip to content

clatsch/CutWalkFrontend

Repository files navigation

CutWalk - Frontend

This repository contains the frontend code for CutWalk, an application for efficient calculation and ordering of waterjet cutting jobs.

Technologies Used

Installation

  1. Make sure you have Git and Node.js installed on your computer.

  2. Open a command line interface (e.g., Terminal) and navigate to the directory where the repository should be saved.

  3. Clone the frontend repository by running the following command::

git clone https://github.com/clatsch/CutWalkFrontend
  1. Navigate into the cloned repository:

cd cutwalkfrontend
  1. Install the required npm packages by running the following command within the repository:

npm install

If any errors occur during the installation of npm packages, please use the --force flag.

  1. Start the project by running the following command:

npm run dev

Once the application is successfully started, you can access the GUI via http://localhost:8000. The GUI is compatible with modern browsers such as Chrome, Firefox, Edge, and Safari.

For the backend code, please refer to the CutWalk Backend Repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages