Move frontend files
This commit is contained in:
parent
b7ce9d850d
commit
36da67f369
36 changed files with 2 additions and 5 deletions
17
frontend/README.md
Normal file
17
frontend/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
## Project Setup
|
||||
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compile and Hot-Reload for Development
|
||||
|
||||
```sh
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### Type-Check, Compile and Minify for Production
|
||||
|
||||
```sh
|
||||
npm run build
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue