npm test
Set up your development environment
npm install
cp .env.template .env.development
Provide correct values in .env.development
and proceed with local run:
npm start
Similar to .env.development
, create a .env.production
file with necessary variables.
Sign up for Netlify and install Netlify CLI
netlify login
Proceed with deployment:
npm run-script build
netlify deploy --dir=public --prod