Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 1.59 KB

README.md

File metadata and controls

72 lines (40 loc) · 1.59 KB

Barefoot Nomad - Frontend

Build Status Coverage Status Maintainability

Description ✍︎

Making company travel and accomodation easy and convenient.

Dependencies ⚙︎

  • React js
  • Node js
  • Redux
  • Webpack
  • SAAS
  • Jest
  • Babel
  • Eslint

Setting up and running the application 🔧

Clone the repository on your local computer using the command below

git clone https://github.com/andela/octopus-bn-frontend.git

Install all project dependencies using the command below

npm i

To start the development server run the command below

npm run dev

To build the application run the command below

npm run build

To start the application in production mode run the command below

npm start

Testing 🔬

Install all project dependencies

npm i

Running the tests

npm run test

Watching for files changes run the command below

npm run test:watch

To get the test coverage report run the command below

npm run coverage

Components documentation 📜

Components are documented using storybook, to run storybook dashboard use the command below

npm run storybook

Deployment 🚀

Heroku

Authors

team octopus©2020.