dushimsam / music-app-frontend

This is the frontend of the music app built with NextJs & Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music-App frontend

This is the frontend of the music app built with NextJs & Laravel on the backend. You can find the corresponding backend here Here are the steps to run this server.

START THE FRONTEND

1. Install from the source

Install dependencies for the frontend:

cd ../frontend

npm install

Start the frontend server:

npm run dev

ALL SET UP NOW 👏 ... , you can access the application at http://localhost:3000/

2. Run the Frontend Via docker

Make sure you have docker installed on the PC, then run each of the following commands in order.

docker pull dushsam/zatec_client:latest

docker run -p 3000:3000 dushsam/zatec_client:latest

Alternatively, You can also run it after building the image from the source files.

From the project's root directory run the following commands:

cd frontend

docker build --tag zatec_client:latest .

docker run -p 3000:3000 zatec_client

About

This is the frontend of the music app built with NextJs & Laravel.

License:MIT License


Languages

Language:JavaScript 83.3%Language:SCSS 15.0%Language:CSS 1.4%Language:Dockerfile 0.2%