Skip to content

mjaulin/todo-frontend-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO List Frontend : React - Redux - Typescript - Webpack

Requirement

Installation

npm install

Start application with mock

npm run start:mock 

Start application with local backend

npm run start

By default the backend endpoint is http://localhost:8080/

Start application with custom backend endpoint

On Windows

set API_URL=http://localhost:8080/ && npm run start

On Linux

API_URL=http://localhost:8080/ npm run start

Show the result

Open your browser on [http://localhost:9000]

Build for production

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors