1.0.2 • Published 2 years ago
react-context-template v1.0.2
��# React Context Template
- Create a basic React template using Vite where you can have a pre-made folder structure that includes pages, components, and a context folder.
- The context folder contains a pre-made context file that you can customize according to your needs.
- This template also includes pre-installed and configured
react-router-domwith a basic route specified inApp.jsx, which contains a Landing component located in thepagesfolder.
Installation
For Yarn:
yarn add react-context-templateFor npm
npm install react-context-template