2020-07-21 09:37:15 +02:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
- [Front-end development practices](#front-end-development-practices)
|
|
|
|
- [Testing](#testing)
|
|
|
|
- [Code style](#code-style)
|
2020-07-23 11:01:29 +02:00
|
|
|
- [Security](#security)
|
2020-07-21 12:08:28 +02:00
|
|
|
- [Dependency management: npm or yarn](#dependency-management-npm-or-yarn)
|
2020-07-21 09:37:15 +02:00
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
2020-07-20 18:12:51 +02:00
|
|
|
# Front-end development practices
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
|
|
|
## Code style
|
2020-07-21 12:08:28 +02:00
|
|
|
|
2020-07-23 11:01:29 +02:00
|
|
|
## Security
|
|
|
|
|
2020-07-27 12:43:02 +02:00
|
|
|
- HTTPS
|
2020-07-23 11:01:29 +02:00
|
|
|
- CORS
|
|
|
|
- XSS prevention
|
|
|
|
- CSP
|
2020-07-27 12:43:02 +02:00
|
|
|
- OWASP
|
2020-07-23 11:01:29 +02:00
|
|
|
|
2020-07-21 12:08:28 +02:00
|
|
|
## Dependency management: npm or yarn
|