# Installation

1. Install package globally

   `npm install -g react-starter-app`
2. Create a new project directory and change to that directory.
    
    ```shell
    $ mkdir new-project
    $ cd new-project
    ```
3. Run the package

   `react-starter-app`
4. Start your app

   `gulp serve`
5. Enjoy!