Left Navbar Menu
Left navigation menu. Get data from JSON file and display simple form menu. User Interface created using React and Typescript. App state managed by Redux.
## Used technologies This app was created with:- React
- Redux
- Typescript
- Babel
- Webpack
- Material-UI
Development setup
# Clone the repo
git clone https://github.com/jimmeryn/left-navbar-menu.git
# Go to the repo
cd left-navbar-menu
# Install deps
npm install
# Run app
npm start