Skip to content

This is a demo project which shows one of possible implementations of intergration between regular server on Golang and React application created and built using create-react-app

License

Notifications You must be signed in to change notification settings

trickstersio/go-create-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go: Create React App

This is a demo project which shows one of possible implementations of integration between the regular server on Golang and React application created and built using create-react-app.

How can I build it?

It's supposed here that you have Golang and Node.JS installed on your computer. We are also using make to simplify build flow. First of all you need to create new React application. It's not delivered as part of the source code to be sure latest version of create-react-app.

So, clone the project and create test app:

git clone https://github.com/trickstersio/go-create-react-app.git .
make init

Ok, now we have our test project. Let's build our server now:

make build

How I can run it?

make run

Visit the web page:

open http://127.0.0.1:9999

License

Please, take a look at the LICENSE file for the details about this aspect of the project.

About

This is a demo project which shows one of possible implementations of intergration between regular server on Golang and React application created and built using create-react-app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published