Skip to content

Code-Institute-Org/cra-template-react-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-react-essentials

This is the template for create-react-app for students to be able to follow the React Essentials module content.

Usage

  1. Create a project directory and open it in your IDE.

  2. In your IDE, open a terminal.

  3. In the terminal, enter the following command:
    npx create-react-app <your_app_name> --template git+https://github.com/Code-Institute-Org/cra-template-react-essentials.git --use-npm

  4. cd into the directory of your app:
    cd <your_app_name>

  5. Start the app with:
    npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published