An open API service indexing awesome lists of open source software.

https://github.com/nayak-nirmalya/portfolio

Nirmalya Nayak | Portfolio
https://github.com/nayak-nirmalya/portfolio

eslint prettier prettier-eslint react react-typescript reactjs tailwindcss vercel-deployment vite vitejs vitejs-react

Last synced: 3 months ago
JSON representation

Nirmalya Nayak | Portfolio

Awesome Lists containing this project

README

          

# React Single Page Portfolio Website

Technology Used:

- TypeScript
- React
- Vite
- TailwindCSS
- pnpm

**Feel free to copy, modify & make it yours.**

### Prerequisites

**Node version ^18.x**

### Cloning the repository

```shell
git clone https://github.com/nayak-nirmalya/portfolio.git
```

### Install packages

```shell
pnpm install
```

### Start the App

```shell
pnpm run start
```

## Available commands

Running commands with npm `pnpm [command]`

| command | description |
| :------------- | :-------------------------------------------------------------- |
| `start` | Starts a development instance of the app |
| `start:expose` | Starts a development instance of the app with exposed host |
| `build` | Starts a building final version for production |
| `serve` | Run final build production version |
| `serve:expose` | Run final build production version of the app with exposed host |
| `lint` | Run eslint check on /src folder & its content |