Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiv-source/react-quotes-generator
React quotes generator
https://github.com/shiv-source/react-quotes-generator
Last synced: 2 days ago
JSON representation
React quotes generator
- Host: GitHub
- URL: https://github.com/shiv-source/react-quotes-generator
- Owner: shiv-source
- License: mit
- Created: 2023-07-22T23:27:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T00:07:48.000Z (over 1 year ago)
- Last Synced: 2023-07-23T00:23:03.264Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quotes Generator
## Prerequisites
```sh
React version = 18.2.0
Node version = 16.19.0
Npm version = 8.19.3
Yarn version = 1.22.19
```## Development server
```sh
yarn start
```Run `yarn start` for a dev server. Navigate to `http://localhost:3000/`. The application will automatically reload if you change any of the source files.
Verify the deployment by navigating to your server address in your preferred browser.
```sh
http://localhost:3000
```## Build
```sh
yarn build
```Run `yarn build` to build the project. The build artifacts will be stored in the `build/` directory.
## Screenshot
## License
MIT