/the-foundation

Basis for projects on vk-io

Primary LanguageTypeScriptMIT LicenseMIT

Cloning a template

To use the template, we will use the Git utility

git clone https://github.com/swedesjs/the-foundation.git

Token

Next, it remains to insert the token into the .env .env file.

Installing dependencies

Now let's install all the dependencies for the project

npm install

Installing TypeScript

Most importantly, install TypeScript

npm install -g typescript

or

npm install --save-dev typescript

After installing TypeScript globally or as for development in the terminal, you will have the "TypeScript compiler" or shortly tsc