Food Service
Food Service Prototype. React/Redux/Typescript/UIKit/Sass
Run
npm start
Deploy
npm run build
Installation
npm install
Installation “from zero”
npx create-react-app . --template typescript
npm i react-router-dom @types/react-router-dom axios
npm i redux react-redux redux-thunk @types/react-redux @types/redux-thunk
npm i --save redux-devtools-extension
npm i uikit --save
npm i node-sass --save