An open API service indexing awesome lists of open source software.

https://github.com/soywod/camping-calamar

Camping Calamar front
https://github.com/soywod/camping-calamar

Last synced: 8 months ago
JSON representation

Camping Calamar front

Awesome Lists containing this project

README

          

# Camping Calamar [![Build Status](https://travis-ci.org/soywod/camping-calamar.svg?branch=master)](https://travis-ci.org/soywod/camping-calamar)

## Prerequisites

[Git](https://git-scm.com/), [Node.js](https://nodejs.org) and [Yarn](https://yarnpkg.com).

## Installation

Get the sources:

```bash
git clone https://github.com/soywod/camping-calamar-front.git
```

Install deps:

```bash
yarn install
```

## Starting

To start the development environment:

```bash
yarn start
```

To build the app for production:

```bash
yarn build
```

The app will be available in the `./dist` folder.