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
- Host: GitHub
- URL: https://github.com/soywod/camping-calamar
- Owner: soywod
- License: mit
- Created: 2018-05-15T21:34:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T06:11:29.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T22:29:08.920Z (10 months ago)
- Language: JavaScript
- Size: 121 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camping Calamar [](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.