viveknigam3003 / canvas-server

Server operations for canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSNodex

A superquick TypeScript + Nodejs + Express Starter Template with Nodemon setup. Get started with your next server in seconds!

🚀 How to get started?

It's super easy to get started with this template. Just click on Use this template and follow the instructions to setup your repository.

image

Once your repository is setup, clone it and install the dependencies

npm install

And use the following script to start the server in development mode:

npm run dev

This will run your server on PORT: 5000. Port is defined in index.ts and you can change it to any valid port.

About

Server operations for canvas

License:Apache License 2.0


Languages

Language:TypeScript 88.8%Language:Shell 7.4%Language:JavaScript 3.8%