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-app
yarn
or
npm install
Running the project:
yarn start
or
npm run start
Sqreen-demo-app is made of an express node backend and a vuejs app front.
You can use nodemon if you have
yarn run nodemon
yarn run serve
Make sure you have the backend running locally to dev on the front end part.