Egyptourism-app

Egyptourism App

Egyptourism is an application used for getting updated data about the best places to find delicious food while visiting Egypt.

Table of Contents

Getting Started

1)» npm install -g create-react-app

- > create your app

2)» create-react-app

- > go to the created app folder

3)» cd

- > install npm modules

4)» npm install

- > run your app server

5)» npm run start

Note: to run a backend server, open a new terminal »> run

>> node server.js

Install npm packages you need to develop react app

- > install Prop-types

1)» npm install –save prop-types

- > install escape-string-regexp

2)» npm install –save escape-string-regexp

- > install sort-by

3)» npm install –save sort-by

- > install react-router-dom

4)» npm install –save react-router-dom

- > install react-router

5)» npm install –save react-router

Note: to run all at once

npm install –save prop-types escape-string-regexp sort-by react-router-dom react-router

```

User Instruction

Dependencies

Resources

Contributing

For details, check out CONTRIBUTING.md.

Authors

Acknowledgments