## Technologies :computer:
- ReactJS (Hooks).
- React Router DOM.
- Material UI.
## Getting Started 📣
**1. You can start by cloning the repository on your local machine by running:**
```sh
git clone ~
cd gnc-health-wellness
git fetch && git checkout dev
```
**2. Install all of the dependencies:**
```
npm i // it will be `npm run setup`, but it not ready yet
```
**3. run the app locally:🔌**
```
npm start
```
Now the app should be running at [http://localhost:3000](http://localhost:3000)
## Script Commands
ame ather Script Commands
| `yarn <script>` | Description |
| ---------------- | ---------------------------------------------------------------------------------- |
| `start` | Run the project |
| `build` | Build the project for production |
## Resources :mag:
* [React JS](https://reactjs.org/)
* [React Router Dom](https://reactrouter.com/web/guides/quick-start)
* [Material UI](https://material-ui.com/)
* [Date-fns](https://date-fns.org/)