An Astro.js website build with Tailwind for the ProPlan SMART business.
| Dark mode | Light mode |
|---|---|
![]() |
![]() |
-
For a more detailed overview of the development & production dependencies, please check
package.jsonfile.
To run this application locally you will need the following:
- Node.js version 20 or later installed (type
node -vin your terminal to check). Follow instructions if you don't have node installed npmversion 10.0.0 or later installed (typenpm -vin your terminal to check). Node.js includesnpmby defaultgitinstalled. Follow the instructions to install git
The first step is to clone (or download) the repository and install the project dependencies via a terminal interface by running the npm install in the proper folder:
cd proplan-smart-website
npm install
To run the application locally, use the command line, navigate to the folder, ensure the dependencies are installed properly, and run the following:
npm run dev
This will run the development server locally and your website will be available on the following URL: http://localhost:4321/
NOTE: This project is currently live and deployed at proplansmart.hr. Deployment instructions are for educational purpose only.
Once you are happy with changes you've made, run the following command in your terminal window:
npm run build
This will build your production site to ./dist/ folder. The next step is for you to deploy this folder to the hosting provider of your choice.
This project was inspired by the free Agencex Astro theme template made by Johnkat Mj.




