Copper
copper
docs
github
Search
⌃
K
Links
Intro to Copper
Getting Started
Installation
Create Project
Go Templates
Tailwind
React
React + Tailwind
REST API
Guides
HackerNews Clone
Deploy with Fly.io
The Basics
Directory Structure
Dependency Injection
Core
App Lifecycle
Configuration
Error Handling
Logging
HTTP
Routing
Read & Write JSON
HTML Views
Middleware
SQL
Queries
Migrations
Powered By
GitBook
Comment on page
REST API
If your project doesn't require a frontend, you can create your project like so -
$ copper create
-frontend
=
none github.com/nasa/starship
Run the server -
$
cd
starship
$ copper run
-watch
Open
http://localhost:5901
Previous
React + Tailwind
Next - Guides
HackerNews Clone
Last modified
1yr ago