Reader small image

You're reading from  Hands-On Full Stack Development with Spring Boot 2.0 and React

Product typeBook
Published inJun 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781789138085
Edition1st Edition
Languages
Right arrow
Author (1)
Juha Hinkula
Juha Hinkula
author image
Juha Hinkula

Juha Hinkula is a software development lecturer at Haaga-Helia University of Applied Sciences in Finland. He received an MSc degree in Computer Science from the University of Helsinki and he has over 17 years of industry experience in software development. Over the past few years, he has focused on modern full stack development. He is also a passionate mobile developer with Android-native technology, and also uses React Native.
Read more about Juha Hinkula

Right arrow

Chapter 5


Answer 1: Node.js is an open source JavaScript-based server side environment. Npm is a package manager for JavaScript.

Answer 2: You can find the installation packages and instructions for multiple operating systems from https://nodejs.org/en/download.

Answer 3: Visual Studio Code (VSCode) is an open source code editor for multiple programming languages.

Answer 4: You can find the installation packages and instructions for multiple operating systems from https://code.visualstudio.com.

Answer 5: You have to install create-react-app globally using the npm. Then you create an app using the following command create-react-app projectname.

Answer 6: You can run the app using the following command npm start or yarn start.

Answer 7: You can start by modifying the App.js file and when you save the modification, you can see the changes immediately in the web browser.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Full Stack Development with Spring Boot 2.0 and React
Published in: Jun 2018Publisher: PacktISBN-13: 9781789138085

Author (1)

author image
Juha Hinkula

Juha Hinkula is a software development lecturer at Haaga-Helia University of Applied Sciences in Finland. He received an MSc degree in Computer Science from the University of Helsinki and he has over 17 years of industry experience in software development. Over the past few years, he has focused on modern full stack development. He is also a passionate mobile developer with Android-native technology, and also uses React Native.
Read more about Juha Hinkula