Skip to content

Instantly share code, notes, and snippets.

View AlejandroIbarraC's full-sized avatar
💻
Writing a novel...

Alejandro Ibarra AlejandroIbarraC

💻
Writing a novel...
  • Costa Rica Institute of Technology
  • Costa Rica
  • X @MollyTC
View GitHub Profile
@ywwwtseng
ywwwtseng / host-react-app-on-apache-server.md
Last active August 7, 2024 07:30
Host react application on Apache server

Host react application on Apache server

Step 1 : Create your app

$ npm install -g create-react-app 
$ create-react-app my-app

Step 2 : Build it for production