The HTML code is in the index.html
file.
The TypeScript code is in the src/index.ts
file.
To be able to run the code, follow these instructions:
- Clone the GitHub repository with the
git clone
command. - Open your terminal in the project's root directory (right next
to
package.json
). - Install the node modules.
npm install
- To run the code, issue the
npm start
command.
npm start
If you just want to build the project, issue the npm run build
command.
npm run build
The command will output your JavaScript files into the dist
directory.