# Getting Started with Granity

Welcome in your new Granity project!
You should follow the following steps to setup your project properly.

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the [concurrently](https://github.com/open-cli-tools/concurrently) command to run both your front-end app and your server.

### `npm run client`

Runs the "start" command from the front-end app.

### `npm run server`

Runs the "starts" command from  the back-end server.
