Skip to content

groverj324/da-storify-quasar

Repository files navigation

Storify (da-storify)

A product of creating Story

User guide

This Storify Application has two seperate app one for backend (storifyapi) another for frontend (da-storify). TO get app working you need to deploy both backend app and frontend app. You can deploy backend app as it is. Off course you need to configure .env file, like creating database on mysql and add it in env file, mail server configuration. For Frontend app you need build the development code. "yarn build" is the command. Read through this doc to learn more.

Thanks from the Author: Jason G

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.

Contact Author

Jason G

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published