A Social platform for the creative at heart
Create a community of like minded authors to foster inspiration and innovation by leveraging the modern web.
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.
npm react react-dom redux react-redux redux-thunk semantic-ui-react
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
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.