Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 360 Bytes

Star Manager

Organize, tag, and search your GitHub stars.

This is an ongoing learning exercise. See https://rshipp.com/blog/ for more information.

Run Locally

Install Go and Node.js.

Install JS dependencies: npm install.

Start the API server: npm run server.

Start the React dev server in another tab or shell: npm start.