Skip to content

Commit

Permalink
Docs: Add description on how to start frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 3, 2024
1 parent 75f78c5 commit 936aecb
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# React + TypeScript + Vite
# Frontend

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run dev
```

### Compiles and minifies for production

```bash
npm run build
```

## Frontend Structure




React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Expand Down Expand Up @@ -28,3 +53,6 @@ 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



0 comments on commit 936aecb

Please sign in to comment.