Welcome to the RSPack Test App! This repository is created to demonstrate the usage of RSPack, a powerful packaging tool for web applications.
git clone git@github.com:izm20/rspack-test-app.git
After cloning the repository, navigate to the project directory:
cd rspack-test-app
Next, install the project dependencies by running the following command:
npm ci
This repository contains a sample web application built with RSPack. To build and bundle the application, you can use the following command:
npm run build
To start the application locally, you can use the following command:
npm run dev
This will start a local development server, and you can access the application by opening your browser and visiting http://localhost:8081.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request to this repository. We appreciate your feedback and contributions.
This repository is licensed under the MIT License. Feel free to use and modify the code as per your needs.
This project utilizes the following open-source libraries:
- RSPack: A powerful packaging tool for web applications.
- React: A JavaScript library for building user interfaces.
- Webpack: A static module bundler for JavaScript applications.
We would like to express our gratitude to the developers and maintainers of these projects for their valuable contributions to the open-source community.
If you have any questions or need further assistance, please feel free to reach out to us. We'd be happy to help!
Happy coding!