Scripts Start the local Webpack Dev Server (usually on port 8080): yarn start Lint all JavaScript files in the src folder: yarn lint Build and deploy your app to gh-pages branch on the GitHub repo: yarn deploy