Skip to content

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

License

Notifications You must be signed in to change notification settings

josnethmoreno/singleton-portfolio

Repository files navigation

Singleton

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

Home UI

Live Preview

Prerequisites

Install NPM or PNPM

  • npm

    npm install npm@latest -g

    Or

  • pnpm

    npm install -g pnpm

Setup

  1. Clone the repo

    git clone https://github.com/josnethmoreno/singleton.git
  2. Install NPM packages

    npm install
  3. Start the development server

    npm run dev

Usage

  • Open the file index.html and replace <title>Singleton</title> with <title>Your Name</title>
  • Open the file src/data.js and make changes.

Build & deploy

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview

License

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

(back to top)