Skip to content

ivankprod/web

Repository files navigation

ivankprod.ru website repository

Netlify Status ci Codacy Badge

Quick local start

  1. Clone this repo

    git clone https://github.com/ivankprod/web.git
  2. Install all dependencies and run the site

    cd web
    npm i
    npm start
  3. Open the code and start developing

    The site is now running at http://localhost:8000