Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 878 Bytes

This project is built on top of Create React App.

Getting started

In order to have this app fully functional, you need a working instance of the t-inbox-api.

Make sure also to create a file .env in the root folder, you should use the .sample.env as a template.

In the next steps you are going to install the dependencies, start the app, run all automated tests and pack the project into a build using yarn:

# Install the dependencies
yarn install

# Start the app
yarn start

# Run all automated tests
yarn test

# Pack the project into a build
yarn build

Chrome extension

This app can also be used as a Chrome extension, the build script will generate everything you need and place all the files in the build folder.