Skip to content

IAMNITESHPANDIT/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Quick start

Choose one of the following options:

Get Design with Figma

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. The dist 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 resulting node_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 or yarn create without having to install any dependencies. Running the following npx command installs the latest version into a folder called new-site

    npx create-portfolio new-website
    cd new-website
    npm install
    npm start
    

Features

  • Designed with progressive enhancement in mind.
  • Includes:
  • 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.

Browser support

You can find our range of supported browsers in our package.json

   "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],

Documentation

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.

Contributing

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:

Using Docker we can run the app

Running a Docker Image

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.

Step 1: Clone the Repository

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published