Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 963 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 963 Bytes

Usage

Heroku

You can do a one click deploy with heroku.

Deploy

After the app is created you will be able to connect it to Sqreen by adding an environment variable:

SQREEN_TOKEN=YOUR_SQREEN_APPLICATION_TOKEN

Running the project locally

You will need nodeJS and npm to run the project.

git clone [email protected]:sqreen/sqreen-demo-app.git
cd sqreen-demo-app
yarn

or

npm install

Running the project:

yarn start

or

npm run start

Development

Sqreen-demo-app is made of an express node backend and a vuejs app front.

Running the backend

You can use nodemon if you have

yarn run nodemon

Running the front end

yarn run serve

Make sure you have the backend running locally to dev on the front end part.