RafaelLeone / me

0 stars 0 forks source link

me

Build and Deploy for GitHub Pages:

When you want to deploy to GitHub Pages, use the npm run deploy command (inside client folder):

''' npm run deploy '''

Build and Run Locally:

When you are developing locally, use the regular start and build commands (build inside client folder):

''' npm start # For development npm run build # For creating a local production build '''