Skip to content

pattishin/pattishin

Repository files navigation

Logo

pattishin.com

Production: pattishin.io

Staging: https://pattishin-b5b2a.uc.r.appspot.com

pattishin.io is built with React and hosted with Google Cloud App Engine

⚙️ Getting started for client-side

  1. Install dependencies

    npm install
  2. Start the development server

    npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

  1. Run tests

    npm start

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

⚙️ Getting started for Golang web server

 go get ./...
 go run main.go
 curl localhost:8080/api/...

🚀 Deploying

Create production build manually

npm run build

Or just do it in all one go. (Builds and deploys via Google Cloud App Engine)

npm run deploy

About

Personal site - React / Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published