cra-template-react-course
v1.0.1
Published
A custom CRA template for Stephen Grider's Udemy course on React.
Downloads
3
Maintainers
Readme
CRA Fullstack Pro Template
A custom CRA template for Stephen Grider's React Course.
Installation and Setup
To get started with this CRA template, do the following:
- Run
npx create-react-app <project-name> --template cra-template-react-course cdinto the project directory and you're all good to go!
Dependencies and Libraries Included
- UI Dependencies (semantic-ui CDN)
- Redux dependencies (redux, react-redux, redux-thunk)
- General purpose (axios)
Folder Structure
<project-name>
│ └───public
│ │ ...
│ └───src
│ └───components
│ │ App.js
│ │ index.js
│ ...
About
The CRA-Fullstack-Pro template was built by Harshith Latchupatula.
