Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Nordhoff committed Aug 10, 2023
1 parent 58c283a commit 6e452e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Teuto Moisture Map - React
# Teuto Moisture Map - Frontend

## Available Scripts

Expand All @@ -13,19 +13,19 @@ Open [http://localhost:1234](http://localhost:1234) to view it in the browser.

The page will reload if you make edits.

### `npm run build:prod`
### `npm run build`

Builds the app for production to the `dist` folder using the `.env.production` configuration\

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

### `npm run serve:prod`
### `npm run serve`

Builds the app (using the .env.production configuration) and serves the bundle.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `npm run serve`
### `npm run serve:dev`

Builds the app (using the development configuration) and serves the bundle.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

0 comments on commit 6e452e2

Please sign in to comment.