Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Generator create-redux-app is a npm package that adds redux, emotion-js, and other useful libraries and tools to the common React starter Create React App. This generator allows users to easily set up a new project with the necessary dependencies and configurations.
npm install -g yo generator-create-redux-app
yo create-redux-app
npm start
or yarn start
to start the app in development mode.npm test
or yarn test
to run tests in interactive mode.npm run build
or yarn build
to build the app for production.Generator create-redux-app is a powerful tool that simplifies the process of setting up a React project with Redux, emotion-js, and other useful libraries and tools. It provides an easy installation process and offers features like live reloading, testing capabilities, and production build optimization. The generator also allows users to customize the folder structure of their projects. Overall, create-redux-app is a valuable resource for developers looking to quickly get started with a robust React application.