Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/my-chrome-homepage

My Homepage for Chrome Browser with built-in APIs
https://github.com/mk4levi/my-chrome-homepage

api bootstrap5 css3 ejs-express hbs html5 javascript json rest-api restful-api server server-side-rendering

Last synced: 2 months ago
JSON representation

My Homepage for Chrome Browser with built-in APIs

Awesome Lists containing this project

README

        

# MK-Chrome Homepage

## Website Link => https://mk-chrome-home.vercel.app/

Getting Started

1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.

2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :

```bash
git clone https://github.com/Mk4Levi/My-Chrome-Homepage.git
```

3. Navigate to the Project's directory :

```bash
cd My-Chrome-Homepage
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
npm run dev
```

6. Now just search this in your browser to view the live running application in your Local sysytem :

```bash
http://localhost:5173
```

Paths & Files

### Structure of the Files in this Repo :

```text
.
├── images
├── .gitattributes
├── .gitignore
├── README.md
├── index.css
├── index.html
├── index.js
├── manifest.json
```

# Thank You