1.0.1 • Published 3 years ago

cra-template-react-course v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CRA Fullstack Pro Template

A custom CRA template for Stephen Grider's React Course.

GitHub npm Depfu

Installation and Setup

To get started with this CRA template, do the following: 1. Run npx create-react-app <project-name> --template cra-template-react-course 2. cd into 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.