Get the sources:
git clone https://github.com/soywod/camping-calamar-front.git
Install deps:
yarn install
To start the development environment:
yarn start
To build the app for production:
yarn build
The app will be available in the ./dist
folder.