This project was bootstrapped with Create React App.
Run tests
npm run test
Start server
npm run start
Start storybook server
npm run storybook
Some defined environment variables have to be defined for the project to run properly:
REACT_APP_SERVER_ROOT_URL
: root URL to access the backend.
The deployment happens through surge.
Travis-CI automatically push to surge on each merge to master
.
2 environment variables had to be setup on Travis-CI, according to the documentation:
SURGE_LOGIN
SURGE_TOKEN