Skip to content

webbestmaster/typescript-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<Project name>

GitHub license codecov npm version Known Vulnerabilities Dependency count Libraries.io dependency status for GitHub repo npm bundle size nodejs version Github CI GitHub Workflow Status Type definitions Website CodeFactor Package Quality GitHub stars

Installation

  1. install nodejs for your platform, check .github/workflows/github-ci.yml to get version of nodejs
  2. go to project's directory
  3. run npm i

Dev mode

  1. make installation
  2. go to project's directory
  3. run npm run front:start-* and\or npm run back:start-*

HTTPS localhost (MacOS)

See guide for generating self-signed certificate. Generated certificate (localhost+1.pem, localhost+1-key.pem) and root certificate (rootCA.pem) should be placed into ssl directory.

$ brew install mkcert           // Install mkcert
$ mkcert -install               // Create a new local CA
$ mkcert localhost 127.0.0.1    // Generate a certificate for the host you are using locally, e.g localhost
$ mkcert -CAROOT                // Locate the path of you rootCA.pem file

Uncomment devServer.server to use ssl certificates locally

CMS Limits

  • Max file size is 75MB
  • Max image file size is 16MB
  • Max audio duration is 3 hours (i.e. 180 minutes)

License

See license.

About

typescript project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published