Skip to content

AbeGeMS/NodeRDP

Repository files navigation

TsExpressReactScaffold

An scaffold for Express + React using typescript

Provisioning

Initial Project

  • Develop environment:

    > yarn install

  • Production enviroment:

    > yarn install --prod

Command

  • Build

    > npm run build

  • Launch website

    > npm run nodemon

  • Run Unit Test

    > npm run test

  • Launch in Production

    > npm run forever

Other

  • Add dev dependency

    > yarn add xxxx -D

  • Remove dependency

    > yarn remove xxxx

About

Remote Desktop Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published