This document contains basic checklist what you need to do if you're going to use this template as in base of your own application.
Checklist ᐞ
Below you have basic checklist that you need to go through after you have started to use this template.
- Check that LICENSE matches to your needs and change it if needed.
- Check that README.md contains only things related to your application.
- Update package.json to match with your application.
Below you see the parts that you should check/update;
- Common properties;
name
,description
,author
,license
,homepage
,keywords
andbugs
- Common properties;
- Update compose.yaml to match with your
application. Below you see the parts that you should check/update;
- Change
container_name
to match your application
- Change
- GitHub Actions - This application is using GitHub Actions to run multiple
jobs to check application code.
- main.yml - Check file contents and modify it for your needs.
- vulnerability-scan.yml - Check file contents and modify it for your needs.
- Delete this file.