!!!! NO LONGER MAINTAINED, it has been merge in this Tool, please use this new C3 CLI
https://www.construct.net/fr/forum/construct-3/plugin-sdk-10/c3-cli-v1-1-0-135713
Hey guys,
I am Diptox, some of you may know me as hmmg in C2 forum, I used to create addons for C2, you may know some of my work as "TransitionLayout 1&2", "ListView" "AutoComplete" etc... .
I stopped for a while, because I had to work and study and I no longer had time for Addons, and now I am back to C3, and I am going to work on some pretty good Addons stay tuned.
So while I am exploring the SDK documentation, I found the Setup part a little bit Long and maybe difficult for beginners to setup a local webserver and configure it.
So I made this NPM package that may help you in seconds to run your local webserver and start making addons just by writing this command as an example : c3-webserver -p 8000 ~/diptox/addons/ you will have a running webserver.
You can configure the Port, the HTTPS port, the package will generate an SSL certificate so you can work on https://localhost too.
Check the Readme : https://github.com/diptox-c3/dev-webserver#c3-dev-webserver
- Fixed missing dependencies