Skip to content

kukutz/freefeed-react-client

 
 

Repository files navigation

Usage

FOSSA Status

We use yarn as dependency manager (instead of npm) so you need to install it and run yarn after downloading this code. If you're using Windows, you should install developer tools by using npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).

Starting Development Server with Hot-Reload

Run yarn start (will use staging backend).

Alternatively, install freefeed-server and set the FRF_API_ROOT environment variable if you need to work with local backend.

You can also use custom local configuration file or additional environment variables to override default settings. FreeFeed uses the config npm module to manage the configuration. Please read it documentation to learn how add custom settings.

Sanity checks

  1. yarn test will build test-suite and run the tests
  2. yarn lint will check if sourcecode complies to the coding guidelines

Build a production version

  1. yarn build-prod will build a production version in the _dist folder

License

FOSSA Status

About

React-based frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.9%
  • SCSS 24.5%
  • Other 0.6%