A simple, ready to deploy, portfolio template for anyone...
This is a ready-to-deploy portfolio website, with a lot of basic features. You can display your intro, showcase your skills, publish your social profiles, make your resume available to view and can also allow people to interact with you via contact form submissions.
The website is built using React Js, alongside with NextJS, so that you can do SEO as well.
Demo https://www.kashanshah.com/
Download project or clone from gitlab
git clone https://github.com/ShaBax/netflix-clone.git
Update content in ./src/utils/constants.ts
and images in ./public/images/
folder.
Deploy the code on any web hosting, like netlify.
Once you have the project on your machine simply install the required modules by using yarn or npm
yarn install
OR
npm run install
You can run the project locally by running command
yarn dev
OR
npm run dev
To create build, you can run the following command using yarn
or npm
:
yarn build
OR
npm run build
Currently, the demo is deployed on Netlify. You can use any other web hosting also for the deployment.
- @kashanshah - Design & development