Example codebase for a Todo MVC application using Sprocket.
For starting a new project, check out the Sprocket Starter project.
Based on:
To install this project, make sure you have Gleam and Yarn installed, then follow these steps:
- Clone the repository from GitHub.
- Install the required gleam dependencies using
gleam deps download
. - Install the required client dependencies using
npm install
oryarn
. - Start the project using
yarn start
.
Once you have installed and started the project, you can use it to explore Sprocket
We welcome contributions from the community. If you find an error in the docs or would like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT license. See the LICENSE file for more information.