Help configuring TypeScript on a WordPress plugin development project
Budget: $30 – $250 USD
I need a skilled developer that can configure TypeScript on my WordPress Plugin project. I am a C# backend guy, looking for help setting up my first php dev project in vs code.
The code for the plugin is the standard "getting started boilerplate project" . source code: https://github.com/ToFab/WordPress-Plugin-Boilerplate
As you can see the php plugin uses 2 x Js file. One file for admin and one file for public. I see them as two different application that share a model (classes). I am open to suggestion on how we best can structure this.
I am using vs code and, is possible, I want it
- use F5 reload in the browser to see changes (or hot reload)
- use F5 debugging in visual studio
- I also need to talk with you about how we best compile this app as part of ci/cd pipeline.
Here is a guide for using TypeScript with WordPress
https://makeitwork.press/typescript-with-wordpress/#TypeScript_Starter_Template_for_WordPress
Here is a WordPress Plugin where TypeScript is already configured
https://github.com/makeitworkpress/wp-typescript-starter
The code for the plugin is the standard "getting started boilerplate project" . source code: https://github.com/ToFab/WordPress-Plugin-Boilerplate
As you can see the php plugin uses 2 x Js file. One file for admin and one file for public. I see them as two different application that share a model (classes). I am open to suggestion on how we best can structure this.
I am using vs code and, is possible, I want it
- use F5 reload in the browser to see changes (or hot reload)
- use F5 debugging in visual studio
- I also need to talk with you about how we best compile this app as part of ci/cd pipeline.
Here is a guide for using TypeScript with WordPress
https://makeitwork.press/typescript-with-wordpress/#TypeScript_Starter_Template_for_WordPress
Here is a WordPress Plugin where TypeScript is already configured
https://github.com/makeitworkpress/wp-typescript-starter