meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reactjs2018january:group3:start [2018/01/15 03:08]
edy [Future development]
reactjs2018january:group3:start [2018/01/15 09:07]
partisaani [Troubleshooting]
Line 71: Line 71:
 To make this project work, first you need to clone this project from source given earlier on this page.  After cloning go to projects root with terminal and install npm to your computer. After npm is installed write "npm install" to your terminal to install all decencies that are used in this project. After install is completed write "npm start" in your terminal to start application. Then this application should automatically open to your browser. If not then write "http://localhost:3000" to your browsers address field. After this application is ready to being used. To make this project work, first you need to clone this project from source given earlier on this page.  After cloning go to projects root with terminal and install npm to your computer. After npm is installed write "npm install" to your terminal to install all decencies that are used in this project. After install is completed write "npm start" in your terminal to start application. Then this application should automatically open to your browser. If not then write "http://localhost:3000" to your browsers address field. After this application is ready to being used.
    
 +====== Troubleshooting ======
 +
 +  * **Cannot use any of the power switches** - The apartment is not deemed reserved. When the application fetches the apartment's information from room-list.json it also get's data on it's reservation start and end dates. If current date is not between these two timestamps then the apartment's electricity - and the master switch - are automatically switched off. To change the reservation period one has to modify the room-list.json's reservation property.