Skip to content

Instantly share code, notes, and snippets.

@ywwwtseng
ywwwtseng / host-react-app-on-apache-server.md
Last active July 4, 2024 19:28
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