https://github.com/zafar-saleem/voice-search
https://github.com/zafar-saleem/voice-search
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/voice-search
- Owner: zafar-saleem
- Created: 2022-01-14T14:58:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T15:04:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T03:27:32.663Z (10 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Voice Search
This is repository for one of my blog post on LogRocket. Once it is published by LogRocket team, I will post it's link here.
### Usage
1. Clone this repository.
2. Run `yarn OR npm install` command to download and install all Webpack dependencies.
3. Run `yarn serve` to run the server on `http://localhost:8080`. This command will run the project in development mode.
4. To build the project for production run `yarn build:prod OR npm run build:prod` command. This will build the app for production and put all the files in `/dist` folder.
5. To run production ready version on local environment, run `yarn serve:prod OR npm run serve:prod`. Then go to `http://localhost:8080`.