/pokemonApi

Primary LanguageTypeScript

Pokemon api

A project using as main technologies VueJS and Node with Typescript

We have two folder: FRONT-END: ./front/vue-pokemon BACK-END: ./back To setup and run we can use the same command.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Lint with ESLint

npm run lint