An open API service indexing awesome lists of open source software.

https://github.com/007tickooayush/box-office-app


https://github.com/007tickooayush/box-office-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## : `Installation Command `
```
npx create-react-app box-office --template cra-template-pwa --use-npm
```

### `CRA template provides:`
+ [serviceWorker.js](src\service-worker.js)
+ [serviceWokerRegisteration.js](src/serviceWokerRegisteration.js)

`used for creating PWA`

## : `Installing 'styled-components'`
```
npm install styled-components
```
# *[NOTE]*
### To install `styled-components`change the `babel-eslint` version in [package.json](package.json)
### change the babel-eslint version by replacing the one existing in package.json file with :-
```
"babel-eslint": "10.1.0",
```
### and run:
```
npm install
```

## : `Installing React-fade-In`

```
npm install react-fade-in
```

## : `Installing all libraries`
```
npm install -D rimraf eslint prettier babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-jsx-a11y eslint-plugin-import eslint-config-prettier eslint-config-airbnb
```

## : `Installing GH(Github) Pages`
```
npm install --save gh-pages
```

# [AUX/Corrections]
## : `Installing Airbnb extension`
```
npm install -g install-peerdeps
install-peerdeps --dev eslint-config-airbnb
```

## : `Installing Prettier extension`
```
npm install --save-dev eslint-config-prettier
```

## : `Installing babel-eslint extension`
```
npm install eslint babel-eslint --save-dev
```

## : `Installing react router v5`
```
npm install [email protected] [email protected]
```