Skip to content

TomPadmanathan/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo web application.

This is a simple project made with react and go. The goal of this project is to gain a simple understanding of the go programming language.

Run this projects frontend:

1. Clone this repository

git clone https://github.com/TomPadmanathan/goTodoApplication.git

2. Open the project

cd goTodoApplication

3. Install node dependancys

npm i

4. Create a build

npm run build

5. Run the project

Now you can copy the contents of the build folder and use where necessary.

6. Navigate the server dir

cd server

7. start the server

go run .

About

A simple todo list application creating with React and Go lang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors