Less to Learn
You don't need to learn and configure many build tools. You are only expected to install node js
. When it's time to deploy, your bundles are optimized automatically.
Focus on What Matters
Portfolio Generator lets you focus on just your website. You only have to run the command and fill up all the data. You need not to worry what is running behind the scenes.
Output in Next JS
The generated code will be in Next JS. You can use Next JS script npm run dev
to run the development server. Run npm run build
to make a production ready build.
Get started in seconds
You don't need to worry about code. Prepare your data which you are going to add in the portfolio website and you are ready to get started.
To create a portfolio website called my-portfolio
, run this command:
npx portfolio-generator@latest my-portfolio