Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created July 27, 2017 14:05
Show Gist options
  • Save twilson63/8887004995f169c8e3806361d27826fb to your computer and use it in GitHub Desktop.
Save twilson63/8887004995f169c8e3806361d27826fb to your computer and use it in GitHub Desktop.
Neutrino Bootstrap Instructions for Webpack/React/Redux/Tachyons/Ramda
yarn init -y
yarn add --dev neutrino neutrino-preset-react
yarn add react react-dom
yarn add tachyons react-icons animate.css redux react-redux redux-thunk ramda isomorphic-fetch react-router-dom t63
npx json -I -f package.json -e 'this.scripts = { "start": "neutrino start --use neutrino-preset-react", "build": "neutrino build --use neutrino-preset-react"}'
mkdir src && touch src/index.js src/store.js src/constants.js src/db.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment