Package Exports
- cra-template-dark-mode
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cra-template-dark-mode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
About the project
This project aims to create a theme change template for dark and light that can be used when creating a project in ReactJS
Built with
Starting
Follow the paths below to work with this template
Installation
npx create-react-app <YOUR_APPLICATION_NAME> --template dark-mode
Folders structure
- src - Directory with all the application files
- lib - Contains the parts of the application, like redux and components
- components - In this folders are the application components, based on React Atomic Design
- redux - The folder that contains redux structure for our application
- utils - A help folder, it can contain things like application colors
- lib - Contains the parts of the application, like redux and components