Skip to content

Instantly share code, notes, and snippets.

View lokeshgupta1981's full-sized avatar

Lokesh Gupta lokeshgupta1981

View GitHub Profile
@lokeshgupta1981
lokeshgupta1981 / note.txt
Last active February 7, 2020 05:17
Angular Notes
# Deploy a site in netlify
Open account in netlify
npm install netlify-cli
netlify login
npm run build --production
cd dist
netlify init
netlify deploy -d ./onlinebanking
netlify deploy --prod