Skip to content

AbhiPatel10/AISKCON-CONSTRUCTION

Repository files navigation

AISKCON-CONSTRUCTIONGif

We at Aiskcon Construction helps people with construction projects. We are proud of the high-quality work we do for our customers. Our team of experts, like architects, engineers, and craftsmen, work together to make your ideas become a reality. We can handle different types of projects, whether it's building homes, offices, or factories. We offer a wide range of services to meet your needs.




Techstacks:

The Techs we have used for making this website:

For Front-End:

HTML CSS JAVASCRIPT

For Back-End

Node.js

Usefull Extentions

  • Prettier - Code formatter
  • ESLint

Project Initialization

  • Download node package From nodejs.org

  • Fork the repo to your Github.

  • Clone the Forked Repository to your local machine.

     git clone https://github.com/<YOUR_GITHUB_USER_NAME>/AISKCON-CONSTRUCTION.git.
    
  • Install dependency

    npm install
  • Open index.html file and start Live Server

  • For Back-End:

       cd backend     
       npm start