Skip to content

tranduyduong/boilerplate-typescript-socket.io-express-

 
 

Repository files navigation

Developing a RESTful API With Node and TypeScript

Want to learn how to build this project?

build is based on: Check out the blog post.

Want to use this project?

  1. Install dependencies - yarn | npm install
  2. Compile assets - gulp assets
  3. Run the development server -yarn start | npm start
  4. Test - npm test
  5. Build Prod to /dest - yarn run build | npm run build

.env variables

generate sample .env file npm run setup:env

After that fill variables located in .env file.

Developing

  1. run npm start
  2. open chrome://inspect in google chrome debug to console TODO: refresh of console

Good tool for testing socket.io interface

gui tool for socket debuging

REST-API / Socket DOCS

apiary

Production mode

PM2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • JavaScript 7.3%