Start by installing create-react-app
# install create-react-app package globally $ npm install -g create-react-app # create the app $ create-react-app book-share # Test the newfangled app by running it $ cd book-share $ npm run start