Skip to content

Be in control of your expenses in a beautiful and simple atmosphere.

License

Notifications You must be signed in to change notification settings

AmirSavand/expensephere-home

Repository files navigation

Deployment Build Code Quality

Be in control of your expenses in a beautiful and simple atmosphere.

Development

Install dependencies.

> npm install

Run the server.

> npm run serve

Code quality.

> npm run lint

Build to dist/.

> npm run build

Clean build and serve folders.

> npm run clean