Skip to content

nihalwasheretoo/netlify-dev

Repository files navigation

netlify-dev

Playing around with netlify dev and deploy.

Quick Start

# Install netlify-cli globally

npm i -g netlify-cli

# Login to your netlify account using netlify-cli

netlify login

# Initialize netlify project

netlify init

# Create a netlify function

netlify functions:create 'function-name'

# Deploy to netlify

netlify deploy --prod

# Serve on localhost

netlify dev

# Serve on a live url

netlify dev --live

About

Playing around with netlify dev and deploy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors