app for listening podcasts
Current application use webpack to compile entire project in a single package. By default webpack used developing mode for properly minimize our file bundle. But due to the faster way by hot reloading it makes sense to use development mode.
For creating production build run script:
- npm run build
For developing build run:
- npm run dev
In case you want to start current app in your local machine:
-
Ensure what node.js have been installed on your local environment
-
Clone current git repo in empty folder "git clone https://github.com/f957-cua/zara.git ."
-
Install all dependencies from package.json with corresponding versions "npm ci"
-
Run app "npm start"