Skip to content

rboeg/todo-react-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

To-do Web application React JS frontend.

todo-react-fe

Backend application available in https://github.com/rboeg/todo-spring-boot-be

Prerequisites

  • Node.js >= 12.20.7
  • TypeScript >= 4.2.4
  • React >= 17.0.3
  • Axios >= 0.21.1
  • Bootstrap >= 4.6.0

Setup

Clone down this repository. You will need node and npm installed globally on your machine.

Create an .env file locally. You can duplicate .env.example and name the new copy .env. Adapt the variables to your needs.

Installation:

npm install

To start the development server:

npm start

To build for production:

npm run build

For environments using Node, the easiest way to run builds is using serve (npm install -g serve) and let it handle the rest:

serve -s build

About

To-do Web application React JS front end.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published