/brf-client

Primary LanguageJavaScript

A react starter kit with opinionated project structure.

Uses

  • Install dependencies
$ npm i
  • Run the project
$ npm start
  • Build the project
$ npm run build
  • Test the project
$ npm run test
  • Configure Please rename the file ./src/config.example.js to ./src/config.js and change the configuration accordingly.