1
0
Fork
You've already forked MyFin
1
E2EE Group Finance Management
  • HTML 76.6%
  • TypeScript 18.5%
  • JavaScript 4.9%
2021年03月29日 09:50:46 +02:00
.vscode Add extension recommendations for VSCode 2021年03月23日 18:34:11 +01:00
__snapshots__ Add simple test for the root component 2021年03月28日 17:43:20 +02:00
__tests__ Add simple test for the root component 2021年03月28日 17:43:20 +02:00
public initial commit 2021年02月03日 17:30:12 +01:00
src Correct param placement when creating concrete transactions 2021年03月28日 12:25:19 +02:00
types initial commit 2021年02月03日 17:30:12 +01:00
.eslintrc.js Fix ultra slow ESLint parsing 2021年03月23日 23:05:22 +01:00
.gitignore initial commit 2021年02月03日 17:30:12 +01:00
.prettierrc.js Add linting and formatting tools 2021年03月23日 18:32:45 +01:00
jest.config.js Add snapshot resolver 2021年03月25日 11:27:55 +01:00
jest.setup.ts Use in-memory adapter for the tests 2021年03月28日 17:43:20 +02:00
LICENSE Add LICENSE 2021年03月23日 17:57:46 +01:00
package-lock.json Add pouchdb-adapter-memory for testing 2021年03月25日 11:27:04 +01:00
package.json Add pouchdb-adapter-memory for testing 2021年03月25日 11:27:04 +01:00
README.md initial commit 2021年02月03日 17:30:12 +01:00
snapshotResolver.js Add snapshot resolver 2021年03月25日 11:27:55 +01:00
snowpack.config.js Add @app alias for root directory 2021年03月28日 11:54:09 +02:00
svelte.config.js initial commit 2021年02月03日 17:30:12 +01:00
tsconfig.json Add @app alias for root directory 2021年03月28日 11:54:09 +02:00

MyFin

Bootstrapped with Create Snowpack App (CSA).

Available Scripts

npm start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!

For the best production performance: Add a build bundler plugin like @snowpack/plugin-webpack or snowpack-plugin-rollup-bundle to your snowpack.config.json config file.