Skip to content

SeiSilver/nodejs-typescript-template

Repository files navigation

Node.js typescript basic template

Requirements

  • Node.js

Update Dependency

npm update
yarn install

How to Run the Project

  1. Install dependencies:
    cd template-prject
    yarn install
  2. Set up the environment:
    • Create a file .env at the root of the project.
    • Fill in the required values in the .env file, such as your token
    • There is an example env file .example.env
    TOKEN={Your Example Token}
    PROFILE={Your Profile}
    
  3. Start the bot:
    yarn start

Let me know if there's anything else I can help you with!

About

nodejs typescript template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published