amendx / agile-dev

Javascript application performed to Agile Solutions on January, 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agile Dev Solutions

A simple webpage creating a mockup of client's products. πŸŽƒ

Technologies used

Dependencies

Installation

Clone

  • Clone this repo to your local machine using $ git clone https://github.com/amendx/agile-dev/

Setup

install all dependencies first

$ npm install

or

$ yarn add

after that, feel free to run

$ npm start

or if you want

$ yarn start

Issues you might face

  • 🍌 Lookout for those banana peels on the floor. If you've installed everything correctly and get an error like:
$ ng is not recognized as an internal or external command
  • Don't worry

Just run this command:

$ alias ng="~/AppData/Roaming/npm/node_modules/@angular/cli/bin/ng"
  • This means you'll locally create an instance of angular cli to run its internal commands πŸš€
  • One more thing, both contributors are mine πŸ™ˆ

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • πŸ‘― Clone this repo to your local machine using https://github.com/amendx/agile-dev

Step 2

  • Money, Honey
    • 🐒 Check your favorite episodes and seasons

    • Let's rock

    • πŸ™ See who's on your favorite show.

Step 3

  • πŸ“’ Repeat after me....

πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―

YOU'RE HIRED

πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―πŸ’―


About

Javascript application performed to Agile Solutions on January, 2019


Languages

Language:TypeScript 41.6%Language:CSS 29.7%Language:HTML 21.2%Language:JavaScript 7.5%