Skip to content

unscript-ai/service-template

Repository files navigation

Typescript Template

This is a template typescript project for rapid development

Tech Stack

Typescript: Base code language [https://www.typescriptlang.org/]

SWC: Rust based tooling for compilation of TS to JS [https://swc.rs/]

PM2: PM2 for node deployment and restarts [https://pm2.keymetrics.io/docs/usage/quick-start/]

Docker: Containerisation tooling [https://www.docker.com/]

Zod: Validating data [https://zod.dev/]

Run Locally

Clone the project

  git clone https://github.com/Blitzscale-19/typescript_template

Go to the project directory

  cd typescript_template

Install dependencies

  npm install

Start the server

  npm run dev

Deployment

To deploy this project run on production for first time

  npm run deploy:prod

This will automatically create a new build and start pm2 for it

About

this is the service template that can be used for creation of new repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published