Gymboard/gymboard-app
Andrew Lalis 3d5fe43526 Added working gym api. 2023-01-21 14:55:10 +01:00
..
.vscode Added web app and design. 2023-01-19 21:12:25 +01:00
public Added web app and design. 2023-01-19 21:12:25 +01:00
src Added working gym api. 2023-01-21 14:55:10 +01:00
.editorconfig Added web app and design. 2023-01-19 21:12:25 +01:00
.eslintignore Added web app and design. 2023-01-19 21:12:25 +01:00
.eslintrc.js Added web app and design. 2023-01-19 21:12:25 +01:00
.gitignore Added web app and design. 2023-01-19 21:12:25 +01:00
.npmrc Added web app and design. 2023-01-19 21:12:25 +01:00
.prettierrc Added web app and design. 2023-01-19 21:12:25 +01:00
README.md Added web app and design. 2023-01-19 21:12:25 +01:00
index.html Added web app and design. 2023-01-19 21:12:25 +01:00
package-lock.json Added web app and design. 2023-01-19 21:12:25 +01:00
package.json Added web app and design. 2023-01-19 21:12:25 +01:00
postcss.config.js Added web app and design. 2023-01-19 21:12:25 +01:00
quasar.config.js Added working gym api. 2023-01-21 14:55:10 +01:00
tsconfig.json Added web app and design. 2023-01-19 21:12:25 +01:00

README.md

Gymboard App (gymboard-app)

Web app for Gymboard

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.