Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.59 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.59 KB

./assets/banner.png

MyLife - Web application

Repository to develop the web applications of MyLife monitoring system, using React.

1. How to set up a React application

In order to create a new React web application, you just need to execute the following commands:

npx create-react-app mylife
cd mylife
npm start

You can also run the application in a docker image through docker-compose:

docker-compose up

After that, the web application will be running on http://localhost:3000. To start developing, just edit App.js file.

For more information, please check this tutorial.

2. Interesting templates

List with interesting templates for the web applications: