method-1: available in here ❤️
npx create-react-app {APP_NAME} --use-npm
then, we should change currect directory with
cd {APP_NAME}
npm install redux
npm install react-router-dom
npm install node-sass
npm install react-icons --save
npm install --save normalize.css
then, import in index.js
or App.js
before all styles
import 'normalize.css';
- src/
- index.js
- App.jsx
- components/
- my-component.jsx
- ...{OTHER_COMPONENTS}.jsx
- store/
- my-store.js
- ...{MY_OTHER_STORE}.js [create your own stores]
- constants.js
- index.js