vidoss / atom-react-redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-react-redux package

Bootstrap code to extend Atom the React-Redux way. See blog post for details

Getting started

  • Install yarn (if not already installed)
  • Clone this code and change the git remote to your username/myapp.
git clone https://github.com/vidoss/atom-react-redux.git myapp
cd myapp
git remote rm origin
git remote add origin https://github.com/myusername/myapp.git
  • yarn install
  • yarn build
  • yarn watch
  • Link this atom package.
cd ..
apm link myapp

About

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 1.8%