All Projects → trickstersio → go-create-react-app

trickstersio / go-create-react-app

Licence: MIT license
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

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to go-create-react-app

Itunes-Top-100-albums
Fetching data from itunes api With lazy Loading using react
Stars: ✭ 14 (-46.15%)
Mutual labels:  create-react-app
create-react-scripts
Easily extend the react-scripts to your own version of react-scripts
Stars: ✭ 64 (+146.15%)
Mutual labels:  create-react-app
descent-app
Top of descent path calculator. Let's calculate your descent!
Stars: ✭ 28 (+7.69%)
Mutual labels:  create-react-app
react-intl.macro
Extract react-intl messages with babel-plugin-macros.
Stars: ✭ 39 (+50%)
Mutual labels:  create-react-app
react-firebase-template
Bootstrap a React + Firebase full stack application with every thing you need pre-configured: hosting, database, authentication, CI, Typescript, Material UI, PWA and other goodies.
Stars: ✭ 24 (-7.69%)
Mutual labels:  create-react-app
crassa
Create React App Server Side Application
Stars: ✭ 16 (-38.46%)
Mutual labels:  create-react-app
create-react-app-express
⚙️ Express server for your Create React App (Backbone of cra-universal)
Stars: ✭ 20 (-23.08%)
Mutual labels:  create-react-app
a8k
基于 webpack 最佳实践构建工具https://hxfdarling.github.io/a8k/
Stars: ✭ 52 (+100%)
Mutual labels:  create-react-app
cra-bundle-analyzer
Use Webpack Bundle Analyzer on a create-react-app application without ejecting
Stars: ✭ 46 (+76.92%)
Mutual labels:  create-react-app
react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
Stars: ✭ 140 (+438.46%)
Mutual labels:  create-react-app
cra-macro-example
This is an example of how you can use Create React App with Babel Plugin Macros.
Stars: ✭ 38 (+46.15%)
Mutual labels:  create-react-app
cra-tailwindcss-in-js
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions
Stars: ✭ 35 (+34.62%)
Mutual labels:  create-react-app
google-place-autocomplete
🏆 Best practice with Google Place Autocomplete API on React
Stars: ✭ 68 (+161.54%)
Mutual labels:  create-react-app
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (+7.69%)
Mutual labels:  create-react-app
create-cra-template
A cli tool to generate cra-template from current create-react-app project.
Stars: ✭ 22 (-15.38%)
Mutual labels:  create-react-app
hackerNews-pwa
hacker news pwa
Stars: ✭ 17 (-34.62%)
Mutual labels:  create-react-app
cra-and-storybook
Stars: ✭ 13 (-50%)
Mutual labels:  create-react-app
coincharts
Cryptocurrency Price Chart (GDAX)
Stars: ✭ 75 (+188.46%)
Mutual labels:  create-react-app
monkey-react-scripts
Monkey react script runner
Stars: ✭ 22 (-15.38%)
Mutual labels:  create-react-app
basic-todo-app-using-bit
A highly-modular React todo application composed of reusable components from 5 different collections. Full-blown software modularity.
Stars: ✭ 16 (-38.46%)
Mutual labels:  create-react-app

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].