Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.2 KB

Todo app with React App and golang(fiber web freamwork)

Sample todo app built with the React/ReactDOM framework for front end . For the accompanying documentation, see Understanding client-side JavaScript frameworks : React tutorials..

This project was bootstrapped with Create React App.

And we use fiber (golang web freamwok) for backend.

Stack

  • Create React App
  • React Hooks
  • Fiber
  • Gorm

Quick Start

$ git clone https://github.com/reza-nouri/fiber-react-todos
$ cd treact-todos
$ npm install
$ npm start
$ cd fiber-todos
$ go mod tidy
$ go run .

Learn More

You can learn more in the Create React App documentation.

The following sections are recommended: