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

https://github.com/josnethmoreno/singleton-portfolio

A minimal portfolio template for developers, built with React and native CSS
https://github.com/josnethmoreno/singleton-portfolio

landingpage personal-site portfolio portfolio-site portfolio-template react template

Last synced: 7 months ago
JSON representation

A minimal portfolio template for developers, built with React and native CSS

Awesome Lists containing this project

README

          

# Singleton
Singleton is a Minimal Portfolio Template built with React and Vite, easy to use

Home UI

[Live Preview](https://singleton-portfolio.netlify.app/)

## Prerequisites

Install NPM or PNPM
* npm
```sh
npm install npm@latest -g
```

Or

* pnpm
```sh
npm install -g pnpm
```

## Setup

1. Clone the repo
```sh
git clone https://github.com/josnethmoreno/singleton.git
```

2. Install NPM packages
```sh
npm install
```

3. Start the development server
```sh
npm run dev
```

## Usage

* Open the file `index.html` and replace `Singleton` with `Your Name`
* Open the file `src/data.js` and make changes.

## Build & deploy

1. Generate a full static production build
```sh
npm run build
```

2. Preview the site as it will appear once deployed
```sh
npm run preview
```

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)