Skip to content

Instantly share code, notes, and snippets.

View grantvanhorn's full-sized avatar
🧹

Grant Van Horn grantvanhorn

🧹
View GitHub Profile
server {
listen 80;
server_name dicktuna.com;
root /path/to/build;
index index.html index.htm;
location / {
}
}
npm install -g create-react-app
create-react-app my-app
cd my-app/
npm start