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
- Host: GitHub
- URL: https://github.com/josnethmoreno/singleton-portfolio
- Owner: josnethmoreno
- License: mit
- Created: 2022-05-08T17:01:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T03:49:23.000Z (about 3 years ago)
- Last Synced: 2024-11-01T10:35:16.244Z (12 months ago)
- Topics: landingpage, personal-site, portfolio, portfolio-site, portfolio-template, react, template
- Language: JavaScript
- Homepage: https://singleton-portfolio.netlify.app/
- Size: 172 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Singleton
Singleton is a Minimal Portfolio Template built with React and Vite, easy to use
[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.