Skip to content

Commit

Permalink
Merge branch 'main' of github.com:habby1337/serverlessdays
Browse files Browse the repository at this point in the history
  • Loading branch information
habby1337 committed Mar 12, 2024
2 parents ed4c2d3 + 4d6f6d0 commit a1a49b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ 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 start
- To install packages: `npm install`
- To run in preview mode: `npm run dev`
- To run in preview mode on the network: `npm run dev:host`
- To build the application: `npm run build`

0 comments on commit a1a49b3

Please sign in to comment.