You can do a one click deploy with heroku.
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
You will need nodeJS and npm to run the project.
git clone [email protected]:sqreen/sqreen-demo-app.git
cd sqreen-demo-appyarnor
npm installRunning the project:
yarn startor
npm run startSqreen-demo-app is made of an express node backend and a vuejs app front.
You can use nodemon if you have
yarn run nodemonyarn run serveMake sure you have the backend running locally to dev on the front end part.