Skip to content

Start a React project in 30 seconds: React, Bootstrap, SASS, Gitpod. Video Tutorial.

Notifications You must be signed in to change notification settings

4GeeksAcademy/react-hello-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

910bfbf · Dec 3, 2024
Feb 10, 2023
Nov 15, 2018
May 8, 2023
Jul 28, 2018
Aug 5, 2021
Feb 10, 2023
Jun 15, 2024
Mar 6, 2023
May 8, 2023
Feb 10, 2023
Feb 28, 2018
Jul 28, 2018
Dec 6, 2021
Dec 3, 2024
Apr 16, 2019
Nov 12, 2024
Apr 16, 2019
Jun 15, 2024
Jun 15, 2024
Aug 20, 2024
Sep 8, 2023

Repository files navigation

⚠️ This repository is deprecated and has no maintenance; we recommend using the React Hello Vite template instead.

Hello World with React boilerplate

Start coding a react application

How to start coding?

  • Install the packages with $ npm install.
  • Run the webpack server with $ npm run start

You can update the styles/index.css or js/index.js depending on your needs. Add more files into your, ./src/js/components or styles folder as you need them.

Local Installation (skip if you are working on codespaces or gitpod)

Download the boilerplate using git

$ git clone https://github.com/4GeeksAcademy/react-hello.git
$ cd react-hello

Publish your website!

This boilerplate is 100% compatible with the free github pages and vercel hosting.

It takes just 2 minutes to deploy, click here to start the process.

Other features

  • Automatic Code Formatting: Use of Prettier for automatic code indentation and formatting.
  • Error reporting: Use of eslint for better error reporting.
  • Hot Deploy: Use of Webpack Development Server for hot deploy and live reload.
  • One-command publish of the code to github pages with npm run deploy:github.
  • Babel 7 (really fast).

Contributors

This template was built as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors. Find out more about our Full Stack Developer Course, and Data Science Bootcamp.

You can find other templates and resources like this at the school github page.