Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/360macky/lyrics-machine
🎤🎶 The webpack+Babel-powered web application to get the lyrics of your favorite songs
https://github.com/360macky/lyrics-machine
babel7 bootstrap lyrics-ovh reactjs vercel webpack
Last synced: about 1 month ago
JSON representation
🎤🎶 The webpack+Babel-powered web application to get the lyrics of your favorite songs
- Host: GitHub
- URL: https://github.com/360macky/lyrics-machine
- Owner: 360macky
- License: mit
- Created: 2020-08-18T16:06:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T04:43:22.000Z (over 3 years ago)
- Last Synced: 2023-03-08T19:06:50.392Z (over 1 year ago)
- Topics: babel7, bootstrap, lyrics-ovh, reactjs, vercel, webpack
- Language: JavaScript
- Homepage: https://lyrics-machine.vercel.app
- Size: 584 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🎤 LyricsMachine 🎶
😊 Get the lyrics of your favorite songs instantly ✌
⭐ Hope you liked this project. Give it a star! 🎉
## 🚀 Deployment
📦 Install the dependencies
```bash
npm install
```
🌙 Run `webpack-dev-server` with development mode
```bash
npx webpack-dev-server -d
```## 🎁 Dependencies
- @babel/cli: `^7.10.5`
- @babel/core: `^7.11.1`
- @babel/preset-env: `^7.11.0`
- @babel/preset-react: `^7.10.4`
- @vercel/static-build: `^0.17.8`
- babel-loader: `^8.1.0`
- bootstrap: `^4.5.2`
- css-loader: `^4.2.1`
- file-loader: `^6.0.0`
- html-webpack-plugin: `^4.3.0`
- react: `^16.13.1`
- react-dom: `^16.13.1`
- style-loader: `^1.2.1`
- webpack: `^4.44.1`
- webpack-cli: `^3.3.12`
- webpack-dev-server": `^3.11.0`## 📃 License
Distributed under the MIT License.
See [`LICENSE`](./LICENSE) for more information.