wealth-app
v0.1.0
Published
A comprehensive wealth management application built with Next.js
Maintainers
Readme
🏦 Wealth App
A comprehensive wealth management application built with Next.js 15, React 19, and TypeScript. Track your assets, monitor net worth, and manage your financial portfolio with an intuitive dashboard interface.
🚀 Quick Start
Install globally via npm
npm install -g wealth-app
wealth-appOr run locally
npm install
npm run build
npm startOpen http://localhost:3000 to view the application.
📦 Package Usage
You can also use Wealth App programmatically:
const { startWealthApp } = require('wealth-app');
// Start in production mode
startWealthApp()
.then(process => console.log('Wealth App started!'))
.catch(error => console.error('Failed to start:', error));
// Start in development mode on custom port
startWealthApp({ dev: true, port: 3001 });🛠 Development
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
# Run linting
npm run lint🏗 Built With
- Next.js 15 - React framework with App Router
- React 19 - UI library with latest features
- TypeScript - Type-safe JavaScript
- Tailwind CSS 4 - Utility-first CSS framework
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
