Neutrino: Deploying to Netlify

Armen Zambrano
1 min readMay 30, 2018

--

Neutrino is my preferred tool to kickstart a React app and Netlify is my preferred SPA deployment service.

Netlify makes it very easy to deploy your static sites, however, it needs some initial configuration.

You won’t find Neutrino as one of the tools listed in their docs, thus, adding some docs in here. We’ll see if my instructions are right and maybe ask them to include them in their docs.

When you create a new site you will connect your repository and you will be asked to fill in the following:

  • Branch to deploy: master // Selected by default
  • Build command: yarn build
  • Publish directory: build // Neutrino’s default

NOTE: I prefer yarn over npm .

In few minutes your site will be up and running. You won’t need to do anything else.

--

--

Armen Zambrano
Armen Zambrano

Written by Armen Zambrano

Follower of Christ writing developer tools, web fullstack & automation solutions.

No responses yet