Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 730 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 730 Bytes

Neso Podcast Player

This project was made during the nlw5

Layout

Home page Home Page

Single Episode Single Episode

Note: The pages are not mobile resposive yet.

Building

With yarn

git clone https://github.com/Kayque-Goncalves/neso-podcast-web-player.git
$ cd client
$ yarn install
$ yarn build

after build complete

$ yarn start

and the server

$ cd client 
$ yarn server

With npm

git clone https://github.com/Kayque-Goncalves/neso-podcast-web-player.git
$ cd client
$ npm install
$ npm run build

after build complete

$ npm run start

and the server

$ cd client 
$ npm run server