https://github.com/007tickooayush/box-office-app
https://github.com/007tickooayush/box-office-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/007tickooayush/box-office-app
- Owner: 007tickooayush
- Created: 2022-02-04T11:42:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T11:48:30.000Z (over 3 years ago)
- Last Synced: 2025-02-01T01:37:18.942Z (4 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```