krahmanberdiev / fix

fix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Fixinity

##HTML Landing Page source: public/landing

##Setup

  • yarn install - To install all dependencies
  • yarn start - To start the project

##Deployment

  • git push staging master - To deploy heroku staging server
  • git push live master - To deploy heroku production server

##Structure

├── src                                 - All source files
│   ├── App.css                         - Main css file
│   ├── App.js                          - Main File (Routing is here)
│   ├── App.test.js
│   ├── components                      - All Components
│   │   ├── Device
│   │   │   ├── assets                  - Assets for component
│   │   │   ├── index.jsx               - React Class
│   │   │   ├── style.css               - Auto generated CSS file
│   │   │   └── style.scss              - SASS File
│   │   ├── Header
│   │   ├── Landing
│   │   ├── Repair
│   ├── index.css
│   ├── index.js
│   ├── redux
│   │   ├── reducer                     - Reducer (Data from API)
│   │   └── saga                        - Saga (Api calls)


Local Deployment

local build change package.json. "start": "react-scripts start"

before deployment change back to: "start": "node server"

and build files yarn build

About

fix


Languages

Language:CSS 53.1%Language:HTML 42.0%Language:JavaScript 4.9%Language:PHP 0.0%