# How to update this template ?
We are making template update as easy as possible from our side. We create our folder structure which makes updating process easier than ever. 😍
TIP
If you are using React only version then mostly replacing @core folder in your project is enough. Still, verifying if something outside of @core is changed or not is always helpful and keeps you error free. 😇
Let's check how you can view each and every change in our template's latest release with ease.
# Prerequisite
- VS Code (opens new window)
- VS Code Extension: Compare Folders (opens new window)
- Materialize Package you started your project with (Older version of Materialize package which you used)
- Materialize Latest Package
# Step 1
Install VS Code and install "Compare Folders" extension using above link.
# Step 2
unzip/extract/decompress Materialize Latest Package and Materialize old package in your desired folder
# Step 3
Use compare folders extension and compare both packages for changes to adopt them in your project.