diff --git a/README.md b/README.md index e2af0db..16002fc 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,8 @@ export default { - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list + + +To test the docker image +`docker build -t flexible-frontend .` +`docker run -p 8080:80 flexible-frontend` \ No newline at end of file