diff --git a/README.md b/README.md index c8b13e8..fd846a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Teuto Moisture Map - React +# Teuto Moisture Map - Frontend ## Available Scripts @@ -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.