Download the example code files
You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Full-Stack-Flask-and-React. If there’s an update to the code, it will be updated in the GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!
Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Navigate to the Bizza
folder after the setup has finished.”
A block of code is set as follows:
bizza/--node_modules/ --public/ ----index.html ----manifest.json
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function App() { return ( <div className="App"> <header className="App-header"> <img src={logo} className="App-logo" alt="logo" /> <p> Edit <code>src/App.js</code> and save to reload.
Any command-line input or output is written as follows:
$ node -v$ npm -v
Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Log in and click on Repositories.”
Tips or important notes
Appear like this.