This is my product manager portfolio.
First you need to install the NPM packages.
npm installRun it in development where everything will auto update when you make changes.
npm run devNow you just need to open src/index.html using a local web server and you will see the example card.
Note: DON'T edit the files in
src/cssandsrc/js, these are autogenerated. Any changes made to these files will be automatically overwritten.
Note: If you're using VS Code, I recommend using the Live Server plugin to easily run a local web server.
Now you know it's working, you can replace the example card with your own code.
To create a production build, just run the following:
npm run buildNow deploy everything in your dist folder.