Creating our project

Similar to the previous project, we'll start off by creating a new project with Create React App, which we'll call todoifier:

$ create-react-app todoifier

After the project has been created, we'll also verify that everything was set up correctly and runs by running start on the project:

$ yarn start
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.169.94