Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swedesjs/the-foundation
Basis for projects on vk-io
https://github.com/swedesjs/the-foundation
Last synced: about 1 month ago
JSON representation
Basis for projects on vk-io
- Host: GitHub
- URL: https://github.com/swedesjs/the-foundation
- Owner: swedesjs
- License: mit
- Created: 2021-09-04T15:00:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T05:59:34.000Z (over 3 years ago)
- Last Synced: 2023-03-11T07:53:26.432Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloning a template
To use the template, we will use the Git utility
```console
git clone https://github.com/swedesjs/the-foundation.git
```# Token
Next, it remains to insert the token into the .env [.env](https://github.com/swedesjs/the-foundation/blob/ff82eea9a21383155b1ab6dfa9801c7e9ed75ac2/.env#L1) file.
# Installing dependencies
Now let's install all the dependencies for the project
```console
npm install
```# Installing TypeScript
Most importantly, install TypeScript
```console
npm install -g typescript
```or
```console
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`