nadzweb / react-simple-apps

A collection of simple and ready to use applications built in React!

Home Page:http://react-simple-apps.nadzweb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react simple apps


# React Simple Apps
React Simple Apps (RSA) is a collection of simple and ready to use apps built using the following technologies.
The project uses REACT BOILERPLATE for the base development.

  • React
  • Redux
  • ImmutableJS
  • reselect
  • react-intl
  • routing

Made with ❤︎ by Nadzweb.com

Demo

Demo is available at React Simple Apps

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/nadzweb/react-simple-apps.git
  2. Run npm run setup to install dependencies and clean the git repo.
    We auto-detect yarn for installing packages by default, if you wish to force npm usage do: USE_YARN=false npm run setup
    At this point you can run npm start to see the example app at http://localhost:3000.
  3. Run npm run clean to delete the example app.

Now you're ready to rumble!

Documentation for (REACT BOILERPLATE)

License

This project is licensed under the MIT license,
Copyright (c) 2017 Nadzweb.com.
For more information see LICENSE.

About

A collection of simple and ready to use applications built in React!

http://react-simple-apps.nadzweb.com

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 4.4%Language:ApacheConf 0.7%