This project was made during the nlw5
Note: The pages are not mobile resposive yet.
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