A Starter Template that let's you build awesome single page applications with RsBuild and jQuery.
View Demo
Β·
Report Bug
Β·
Request Feature
Table of Contents
This template provides a powerful foundation for swiftly building slick, single-page web applications using modern development tools and technologies. Streamline your workflow and focus on core functionality and let the template handle the other stuff.
Please ensure you have Node.js and Pnpm installed on your machine, version 18 or greater. You can download it from the official website NodeJs PNPM.
mkdir new-project-name && cd $_
git clone --depth=1 https://github.com/BrinsilElias/jquery-starter.git && rm -rf ./.git
OR (essentially the same thing with npx + degit)
npx degit BrinsilElias/jquery-starter#main
pnpm i
orpnpm install
- Install all dependenciespnpm start
- Start the development Serverpnpm run build
- Build static assets
To get the most out of this template, follow these guidelines:
src/
: This is your primary development workspace. All modifications and additions should take place within this folder.src/app/template.html
: This file is your primary HTML template. Add your structural markup and content here.src/main.css
: Include your custom styles within this CSS file.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Brinsil Elias - @BrinsilE
Project Link: https://github.com/BrinsilElias/jquery-starter