https://github.com/francislagares/waves-music-app
A fancy music player web app built with React and TypeScript.
https://github.com/francislagares/waves-music-app
font-awesome jest react scss testing-library-react typescript
Last synced: 4 months ago
JSON representation
A fancy music player web app built with React and TypeScript.
- Host: GitHub
- URL: https://github.com/francislagares/waves-music-app
- Owner: francislagares
- Created: 2021-02-18T19:52:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T16:53:27.000Z (over 5 years ago)
- Last Synced: 2025-01-29T18:22:55.712Z (over 1 year ago)
- Topics: font-awesome, jest, react, scss, testing-library-react, typescript
- Language: TypeScript
- Homepage: https://waves-player-app.netlify.app/
- Size: 482 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waves Music App
A fancy music player web app built with React and TypeScript.

# Built with
# Tested with
## Screenshots

## Status
Currently: _finished_
# Development
## Available Scripts
- Clone the repo
```bash
$ git clone https://github.com/francislagares/waves-music-app.git
```
- Install the dependencies by running the following command.
```bash
yarn install
```
- Start the development server:
```bash
yarn start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.
# Docker
- Building an image
```bash
$ docker-compose build
```
- Running a container
```bash
$ docker-compose up
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.
- Stopping a container
```bash
$ docker-compose down
```
# Author
Created by [@francislagares](https://www.linkedin.com/in/francislagares/) - feel free to contact me!
*