DNN Platform Developer Quick Start Step-By-Step #4950
-
Developing DNN Platform Quick Start Setup Step-by-Step(Still work in progress with React Projects) This is a quick guide with about 24 steps that enabled me to start developing today. There is more than one way to do all of this, this was what I found to be the most straight forward way to allow myself to do it again quickly if needed without issues. I don't go into detail, but to the point show the steps to get an IDE setup with pictures (worth 1000 words right?) and links to help speed up finding the resources needed to download to get started. Ya, I know 24 steps... its not the download and run with blazing F5, but the most time you will spend is probably downloading and installing if this tutorial is worth anything. Any issues, corrections, tips or step I left out please feel free to share here in this discussion! Put this to the test. This is for a reference down the road, anyone can freely use this to create a better walkthrough tutorial or video. I will do my next post on more advanced breakpoints, managing branches and submitting pull requests. If someone wants to put another "Quick Start Step-by-Step" post up similar to this one that would be awesome! Happy Coding DNN! Quickly get started helping develop the DNN Platform with the following:
_Before you start or if you get stuck try viewing the resources above. This step-by-step setup guide was created using mainly these resources as needed. A 24 Step-by-Step Setup Process to Build DNN Platform with Examples
Example:
Once things get configured properly you can start developing and click REBUILD in Visual Studio to push DNN Platform file changes to your website directory and test changes. For React Projects (PersonaBar for example)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is awesome, but if you could submit a PR to https://github.com/dnnsoftware/Dnn.Platform/blob/develop/.github/BUILD.md with the missing tips and tricks, it would be even better as this is our usual goto piece of documentation for developers. |
Beta Was this translation helpful? Give feedback.
-
OK one question I could not answer except for myself. What is recommended for Set-ExecutionPolicy? I set mine to unrestricted so I could run the build.ps1 script file.
I have this in my notes as a snag. |
Beta Was this translation helpful? Give feedback.
This is awesome, but if you could submit a PR to https://github.com/dnnsoftware/Dnn.Platform/blob/develop/.github/BUILD.md with the missing tips and tricks, it would be even better as this is our usual goto piece of documentation for developers.