andersonmalheiro / pokedex

A simple pokedex application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

Descrição

Projeto criado utilizando:

  • Angular 11;
  • Sass;
  • Google Typescript styleguide | Lint (gts);
  • Testes com jasmine;
  • Docker.

Instruções

Para executar o projeto em modo de desenvolvimento, execute o seguinte comando:

npm start
# ou
yarn start

O projeto será ficará disponível no endereço http://localhost:4200.

Para executar uma build de produção, utilize os seguintes comandos:

npm run build
# ou
yarn build

Lint

Para executar o lint utilize o seguinte comando:

npm run lint
# ou
yarn lint

e para corrigir possíveis problemas use o comando:

npm run fix
# ou
yarn fix

Testes

Para executar os testes unitários, utilize os seguintes comandos:

npm run test
# ou
yarn test

Docker

Para executar o projeto utilizando o Docker, execute o seguinte comando:

docker-compose up

About

A simple pokedex application


Languages

Language:TypeScript 68.9%Language:SCSS 15.3%Language:HTML 10.9%Language:JavaScript 4.1%Language:Dockerfile 0.8%