AyozeVera / react-redux-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-starter

A React-Redux project generator based on the ibandominguez/react-starter one. This starter includes:

  • ES6 Support
  • React
  • Redux
  • React-Router
  • Sass Support
  • React Bootstrap

Getting started

git clone https://github.com/ayozevera/react-redux-starter.git
cd react-redux-starter
npm install
npm run dev

Go to http://localhost:8080, you should see the project running.

Building for production

npm run build

Build directory created, packaged application ready to deploy.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 96.7%Language:CSS 3.3%