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
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.
File Structure was inspired by Touhid's Article on Medium