### Development Commands Source: https://github.com/printspirit/spiritlabel/blob/master/README.md Commands for starting the development server and building the application for production. ```bash npm start start dev server ``` ```bash npm run build Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed! ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.