Not exactly what I meant ...
Here an example from my installation:

If necessary, create a SDK for your MCU/board online on the NXP website, download it, and import it into your IDE.
This process is described here as well, I suppose many poster here could assist you with that.
The selection of the proper and most fitting example would be up to you.
Here an example that would fit the "Blinky" description - GPIO LED output.

Pick one that best fits the application you have in mind.
You can add other example projects later, test them separately, and "copy" relevant code to your project.
I did a project for the OM13009 board (LPCXpresso54628) in this way - combining code for an ADC example, an ext. SDRAM example, and a FatFS example into one project.