A fancy music player web app built with React and TypeScript.
Currently: finished
-
Clone the repo
$ git clone https://github.com/francislagares/waves-music-app.git
-
Install the dependencies by running the following command.
yarn install
-
Start the development server:
yarn start
Open http://localhost:3000 with your browser to see the result.
-
Building an image
$ docker-compose build
-
Running a container
$ docker-compose up
Open http://localhost:3000 with your browser to see the result.
-
Stopping a container
$ docker-compose down
Created by @francislagares - feel free to contact me! *