598 B
598 B
Init projects!
Typescript
Copy and paste typescript/
directory and you should be good to go!
- Remember to change values in the
package.json
. - Then, to install all the dependencies, run
npm install
. - To check if there is any new update for dependencies, run
npm outdated
, makes changes accordingly to run the latest version, you may need to runnpm update
to apply the updates after the modification ofpackage.json
. - Run
npm run main
to start the program.
Contribution? Yes, please!