This is the template for create-react-app
for students to be able to follow the React Essentials module content.
-
Create a project directory and open it in your IDE.
-
In your IDE, open a terminal.
-
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
-
cd
into the directory of your app:
cd <your_app_name>
-
Start the app with:
npm start