BuckshotPlusPlus is a simple and efficient web development language that makes creating websites easy and intuitive.
npm install -g buckshotplusplus
- Create a new file
main.bpp
:
view Title {
content = "Hello World!"
type = "h1"
color = "blue"
}
view Home {
type = "body"
margin = "0"
padding = "0"
content = Title
}
page index {
title = "Home!"
body = Home
}
- Run your BuckshotPlusPlus server:
bpp main.bpp
- Visit
http://localhost:8080
in your browser to see your website.
- Simple and intuitive syntax
- Hot reloading for development
- Built-in server
- CSS-like styling
- Component-based architecture
- Node.js 12 or higher
- x64 or ARM64 architecture
For more examples and starter projects, visit our official website.
For full documentation, visit our documentation.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
If you encounter any problems or have questions, please open an issue.