https://github.com/design-sparx/budget-buddy
A budget planning website built using StyleX, Radix Primitives and Vite
https://github.com/design-sparx/budget-buddy
radix-ui react stylex vite
Last synced: 6 months ago
JSON representation
A budget planning website built using StyleX, Radix Primitives and Vite
- Host: GitHub
- URL: https://github.com/design-sparx/budget-buddy
- Owner: design-sparx
- License: mit
- Created: 2024-01-04T13:30:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T09:40:32.000Z (over 1 year ago)
- Last Synced: 2024-04-19T05:58:09.664Z (over 1 year ago)
- Topics: radix-ui, react, stylex, vite
- Language: TypeScript
- Homepage: https://budget-buddy-01.netlify.app/
- Size: 1010 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget Buddy

## About
A finance planning website built using [StyleX](https://stylexjs.com/), [Radix Primitives](https://www.radix-ui.com/primitives) and [Vite](https://vitejs.dev/).
## Quick start
#### Download
- Clone this repo git clone `https://github.com/design-sparx/budget-buddy.git`
- [Download from GitHub](https://github.com/design-sparx/budget-buddy/archive/refs/heads/main.zip)#### Dev tools
You'll need to go ahead and install Node.js.
Once Node.js is installed, run npm install to install the rest of the template's dependencies. All dependencies will be
downloaded to the node_modules directory.```bash copy
pnpm install
```Now you're ready to modify the source files and generate new files. To automatically detect file changes and start a
local webserver at http://localhost:5173, run the following command.```bash copy
pnpm dev
```Compile, optimize, minify and uglify all source files to build
```bash copy
pnpm build
```