A simple application to manage and analyze personal assets, built with Create React App. with goal to learn React 🚀
- Run the app:
npm start
- Launches the app in development mode at http://localhost:3000. - Run tests:
npm test
- Starts the test runner in interactive mode. - Build for production:
npm run build
- Compiles the app into thebuild
folder for deployment. - Eject configuration:
npm run eject
- Exposes configuration files for customization (one-way operation).
-- Deploy gh-pages: npm run deploy
- Deploy the app to gh-pages.