Quiz
In this quiz we will test what we have learned about creating projects with Create React App.
We'll cover the following...
We'll cover the following...
Creating projects with Create React App
1
What is the command line option for the create-react-app
command to create a React project with TypeScript?
A)
There is no option because the project will be automatically created with TypeScript enabled.
B)
--typescript
Question 1 of 70 attempted
In the next chapter, ...