A simple application for searching and navigating places of roskilde built using ionic 5 with angular
1.Clone the repo
git clone https://github.com/Pnkj124/VisitRoskilde.git
npm i
First run the api server:
npm run server
and after that run you application
npm run start
Open https://localhost:4200 in you broweser to view the application.
Open up devive toolbar to see the actual app in mobile view.
That's it you are good to go.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Creating an Issue
Working on an Issue