Git Product home page Git Product logo

ppgirls-ng's Introduction

Powerpuff Girls

This is a SPA that shows episode lists for the different Powerpuff Girls cartoons.

Getting started

Requirements:

Install dependencies:

yarn

Run the development server:

yarn start

Open in your browser: http://localhost:4200

Make a production build:

yarn build --prod

Run the unit tests:

yarn test

You can also use the wallaby.js config file to run the tests in Wallaby.

Run the protractor e2e tests (do NOT start the development server):

yarn e2e

Run the cypress e2e tests in your terminal (start the development server first with yarn start):

yarn cypress

Run the cypress e2e tests in a browser (start the development server first with yarn start):

yarn cypress:open

Run prettier and tslint on the source code:

yarn ok

Problems?

I am not sure that cypress works flawlessly on all platforms. I have mainly tested this on MacOS. If you cannot continue because you cannot install cypress, just remove cypress from the devDependencies in package.json. e2e tests will not work, but all the rest should be fine.

Todo

This is a very limited demo app. Important todo's are:

  • Beter cross browser testing (I only tested Firefox and Chrome).
  • Error handling.
  • Better/more documentation and comments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.