Skip to content

JessRascal/pm-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Product Manager Portfolio

This is my product manager portfolio.

Getting Going

First you need to install the NPM packages.

npm install

Run it in development where everything will auto update when you make changes.

npm run dev

Now 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/css and src/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.

Building for Production

To create a production build, just run the following:

npm run build

Now deploy everything in your dist folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors