Portfolio is a front-end template for building fast, robust, and adaptable web apps or sites.
It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want.
- Homepage: https://iamniteshpandit.github.io/Portfolio//
- Source: https://github.com/IAMNITESHPANDIT/Portfolio
- Twitter: @iamniteshpandit
Choose one of the following options:
-
Download the latest stable release from (https://iamniteshpandit.github.io/Portfolio//).
mkdir portfolio unzip portfolio
https://www.figma.com/file/0HIQbQNwnh2nM5Z8XBSrge/Portfolio?node-id=1%3A2
-
Clone the git repo —
git clone https://github.com/IAMNITESHPANDIT/portfolio
- and checkout the tagged release you'd like to use. Thedist
folder represents the latest version of the project for end users. -
Install with npm:
npm install html5-boilerplate
or yarn:yarn add html5-boilerplate
. The resultingnode_modules/html5-boilerplate/dist
folder represents the latest version of the project for end users. Depending on what you want to use and how you want to use it, you may have to copy and paste the contents of that folder into your project directory. -
Using our new (https://github.com/IAMNITESHPANDIT/portfolio.git) project, instantly fetch the latest npm published package (or any version available on npm) with
npx
,npm init
oryarn create
without having to install any dependencies. Running the followingnpx
command installs the latest version into a folder callednew-site
npx create-portfolio new-website cd new-website npm install npm start
- Designed with progressive enhancement in mind.
- Includes:
Apache Server Configs
that improve the web site's performance and security
- Placeholder Open Graph elements and attributes.
- An example package.json file with Parcel commands built in to jumpstart application development
- Placeholder CSS Media Queries.
- Useful CSS helper classes.
- Default print styles, performance optimized.
- Protection against any stray
console
statements causing JavaScript errors in older browsers. - "Delete-key friendly." Easy to strip out parts you don't need.
- Extensive documentation.
You can find our range of supported browsers in our package.json
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
Take a look at the documentation table of contents. This documentation is bundled with the project which makes it available for offline reading and provides a useful starting point for any documentation you want to write about your project.
Hundreds of developers have helped to make the HTML5 Boilerplate. Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:
This guide will walk you through the process of running a Docker image for a Node.js application. Ensure that you have Docker installed on your system.
Clone the project repository to your local machine if you haven't already.
git clone https://github.com/IAMNITESHPANDIT/Portfolio.git
cd portfolio
## Step 2: build the image
docker build -t your-image-name .
## Step 3: run the image on sever
docker run -d -p 3000:3000 your-image-name
### `Check this website`
https://iamniteshpandit.github.io/Portfolio/