This is the official Template Server for the InCode Editor
# Get the code
git clone https://github.com/InCodeDevs/InCode-Editor-Template-Server.git
cd InCode-Editor-Template-Server
npm install
cp .env.example .env
# now change the values in .env to yours
nano .env
npm start
# The Template server will be started on port 8080