go-create-react-app

module
v0.0.0-...-9e553cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: MIT

README

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL