ah-lobos-frontend Build Status Maintainability Test Coverage

A Social platform for the creative at heart

Description

Create a community of like minded authors to foster inspiration and innovation by leveraging the modern web.

Documentation

This repository has been setup with a react boilerplate application setup with webpack 4 and babel configuration. Linting with the Airbnb option has also been configured.

Dependencies

npm react react-dom redux react-redux redux-thunk semantic-ui-react

Getting Started

clone the repository

git clone https://github.com/andela/ah-lobos-frontend.git

navigate into the project directory

cd ah-lobos-frontend

install all dependencies

npm install

start application

npm start

run test for end-to-end

npm run cypress

run test for unit test

npm run test

Contribute

Follow the Getting started section of this file and create a branch off develop.

Use the engineering playbook as a guide while you develop your feature.