Improve front-end course
This commit is contained in:
25
training/front-end/06-front-end-development-practices.md
Normal file
25
training/front-end/06-front-end-development-practices.md
Normal 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
|
||||
Reference in New Issue
Block a user