-
Install
eslintandprettierextensions in your editor. -
Install packages via yarn:
yarn add --dev prettier
yarn add --dev eslint-plugin-prettier
yarn add --dev react-test-renderer
yarn add redux react-redux
yarn add prop-typesInstall eslint and prettier extensions in your editor.
Install packages via yarn:
yarn add --dev prettier
yarn add --dev eslint-plugin-prettier
yarn add --dev react-test-renderer
yarn add redux react-redux
yarn add prop-typeshomepage: "homepage": "https://<github-username>.github.io/<project-repo>"2.1. Install gh-pages via npm:
npm i --save-dev gh-pagesnpm install --save normalize.css
1.1 Or yarn
yarn add normalize.css
| language: node_js | |
| node_js: | |
| - "stable" |
Eslint and Prettier. There is no config's for eslint and prettier:
Info about project:
JS standard for if else syntax is:
Section 8.2
| import React from 'react'; | |
| import { Provider } from 'react-redux'; | |
| import { PropTypes } from 'prop-types'; | |
| import App from './App'; | |
| const Root = ({ store }) => ( | |
| <Provider store={store}> | |
| <App /> | |
| </Provider> | |
| ); |
Note: all Books I've read by myself.
node-uuid packagenpm install --save node-uuidOr yarn
yarn add node-uuid