Bluette1 / Pokedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

A Typescript example project - coded for learning purposes.

Demo picture

Built With

  • TypeScript
  • Express server
  • Nodejs

Deployed site

Description

A TypeScript example prject - coded for learning purposes by following this tutorial.

Install typescript globally

  • Type the following command in the terminal npm install -g typescript

Compiling a *.js file to a *.ts file

  • Inside the root directory of the project run tsc

Run server

yarn install && node server.js

Authors

👤 Marylene Sawyer

Acknowledgements

🤝 Contributing

Contributions, issues and feature requests are welcome!

About


Languages

Language:JavaScript 52.6%Language:TypeScript 28.3%Language:HTML 9.7%Language:CSS 9.4%