AlburIvan / dev-to-application

Home Page:https://dev-to-application.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEV Frontend application website

A simple project with the same look and feel of the DEV website to be used as a cover letter or personalized resume to apply for the Frontend Engineer position.

DEV site preview

To get started:

  1. Clone the repository:

    git clone git@github.com:AlburIvan/dev-to-application.git
    
    cd dev-to-application
  2. Install the dependencies:

    # Using npm
    npm install
    
    # Using Yarn
    yarn
  3. Start the development server:

    # Using npm
    npm run serve
    
    # Using Yarn
    yarn serve

    Now you should be able to see the project running at localhost:8080.

About

https://dev-to-application.vercel.app


Languages

Language:HTML 95.6%Language:JavaScript 3.9%Language:CSS 0.5%