Singleton is a Minimal Portfolio Template built with React and Vite, easy to use
Install NPM or PNPM
-
npm
npm install npm@latest -g
Or
-
pnpm
npm install -g pnpm
-
Clone the repo
git clone https://github.com/josnethmoreno/singleton.git
-
Install NPM packages
npm install
-
Start the development server
npm run dev
- Open the file
index.html
and replace<title>Singleton</title>
with<title>Your Name</title>
- Open the file
src/data.js
and make changes.
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run preview
Distributed under the MIT License. See LICENSE.txt
for more information.