mkowusujr / mullegro

A mock ecommerce webapp for buying and selling instruments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mullegro

This project was created with

  • The Angular JS framework
  • typescript the js superset language that adds type safety to javascript
  • sass to make managing the css across the site more efficent
  • webpack to bundle the project

This projects relies on a backend api I created which can be found here

How to Install and Run

First Clone the Repo and cd into it git clone https://github.com/mkowusujr/mullegro.git

Make sure you have Nodejs and NPM installed on your machince. You can learn mre here. You will also need to have angular installed, if you don't, run the following command: npm install -g @angular/cli.

Then run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Credits

File Structure was inspired by Touhid's Article on Medium

About

A mock ecommerce webapp for buying and selling instruments


Languages

Language:TypeScript 88.7%Language:SCSS 9.8%Language:HTML 1.5%