Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 519 Bytes

File metadata and controls

34 lines (24 loc) · 519 Bytes

PodCaster

Tech test app for Zara

To run this app, clone the repository first

git clone https://github.com/fighterguard/podcaster.git

Then install the app dependencies by running this command in the folder where the repository was cloned

cd podcaster
npm install

To run the app in development mode, run this command

npm start

To run the app in production mode, run these commands

npm run build
npm run serve

And then open this url on your browser

http://localhost:3001