Skip to content

asta-li/fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web App with React and Go

This project was created using the following helpful links:

Commands

Run the Go server

Run the following to build the static React frontend and launch the Go server.

cd client
npm run build
cd ../server
go run main.go

Open http://localhost:3000 to view in the browser.

Run in React development mode

After starting the Go server, run the following to run the client code in development mode.

cd client
npm start

Open http://localhost:3000 to view in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published