This video is available to students only
Setting up initial project setup
The first step is to grab the code for this lesson, as previously described. Create the folder anywhere you feel is convenient and copy and paste the code. I recommend avoiding the Desktop or Downloads folder as they may get cleaned up quite often and you don't want your code to be cleaned away!
Go to your new folder using the terminal of your choice, or open this folder using your editor, and then execute npm init
to initialize our base package.json
file.
This page is a preview of The newline Guide to Creating a React Hooks Library