# Code Base Setup

## Clone the Github Repostiory

```properties
git clone https://github.com/Harry-Hopkinson/create-solid-app
```

## Install the Dependencies

### Yarn

```properties
yarn
```

### NPM

```properties
npm install
```

## Build and Run the Application

### Yarn

```properties
yarn build && yarn start
```

### NPM

```properties
npm run build && npm run start
```
