This project is a TypeScript application bundled with Webpack. It uses ts-loader to handle TypeScript files and serves the bundled application on a development server.
Before running this project, you need to have Node.js and npm installed on your machine.
-
Clone this repository:
git clone <https://github.com/KonstiDoll/LinePatternGeneration-LPG.git>
-
Navigate into the project directory:
cd LinePatternGeneration-LPG -
Install the dependencies:
npm install
To start the development server, run:
npm run startThe server runs on port 9000. You can access the application at http://localhost:9000.
To build the application for production, run:
npm run buildThe bundled application will be in the dist directory.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT