# GoTo React Application

Clones boilerplate react application into specified directory.
(Preferred to install globaly)

```
npm i -g goto-react-app
```

## How to create boiler plate application

```
    goto-react-app <application_name>
```

# Usage after installation

## Development Environment

```
# start up development environment (hot reloading)
npm run start
```

## Build scripts (build settings in config/settings.js)

-   Compile production build

```
npm run build
```

-   Compile library file

```
npm run buildlib
```

## Installed Packages

-   React, ReactDOM
-   React Router DOM
-   Redux, React-Redux

# Repos (Leave a star! <3)

[GoTo Repo](https://github.com/alexchomiak/goto-react-app)  
[My Repo](https://github.com/alexchomiak)
