project_name
========================

Author: userName

(c) currentYear All Rights Reserved

This project is created using Composi. You can learn more about Composi and how to use it at its [website](https://github.com/composi/composi/docs/index.md).

Getting Up and Running
----------------------

In order to build this project you need to install its dependencies. Use the terminal to `cd` to this folder. Then run:

```sh
npm i
```

After NPM finishes installing, you can build and run it:

```sh
npm start
```

This will open your built project in your default browser.
