Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.81 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.81 KB

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