Improve front-end course

This commit is contained in:
Charles-Axel Dein
2020-07-23 11:01:29 +02:00
parent fd42962fe7
commit c767aa9ef9
8 changed files with 167 additions and 18 deletions

View File

@@ -0,0 +1,25 @@
<!-- 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)
- [Security](#security)
- [Dependency management: npm or yarn](#dependency-management-npm-or-yarn)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Front-end development practices
## Testing
## Code style
## Security
- CORS
- XSS prevention
- CSP
## Dependency management: npm or yarn