# Getting Started

## COREACT

Build maintainable Frontend applications at glance of time.

```
$ git clone https://github.com/xeuus/coreact-template
```

Once you cloned the project, start using COREACT using following command:

```bash
cd ./coreact-template
make dev
```

> if you don't have **make** command, install it using your favorite package manager

```bash
# OSX
brew install homebrew/dupes/make
which -a make

# Ubuntu/Debian
sudo apt-get install build-essential
```

Now you can open your browser, and see if the app is running

