context-react-scripts
v1.0.3
Published
Configuration and scripts for Create React App with context and custom hooks template.
Downloads
1
Readme
Context-React-Scripts
This package is a custom template for create-react-app. It includes basic folder structure for components, pages, and hooks/context. It also contains an example context hook and custom hook.
Usage
run create-react-app [your-app-name-here] --scripts-version context-react-scripts
react-scripts(default readme)
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.