Skip to content

Boilerplate code for react projects using fluent ui and social authentication features like Google and Microsoft

Notifications You must be signed in to change notification settings

dikshit-n/bp-react-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bp-react-1

Boilerplate, React JS, Fluent UI, Social Authentication

Local setup

  • npm i --legacy-peer-deps - install node modules
  • npm start - start the project

Env variants

  • npm start or npm run start:dev - starts the development server with .env.dev configuration.
  • npm run start:prod - starts the server with .env.prod configuration.
  • npm run build or npm run build:dev - builds the code with .env.dev configuration.
  • npm run build:prod - builds the code with .env.prod configuration.

Git Nomenclature

Type

  • feat - A new feature.
  • fix - A bug fix.
  • docs - Documentation only changes.
  • style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
  • refactor - A code change that neither fixes a bug nor adds a feature.
  • chore - Changes to build process or auxiliary tools and libraries such as documentation generation.

Commit message Format

  • <type>(<token>): <subject>
  • token - (<team_name>-<story_name>)

Example of a commit message:

feat(LIVE-LIV-1): first_commit

Branch name format

  • <type>/<token>_<subject>
  • token - (<team_name>-<story_name>)

Example of a branch name:

feat/LIVE-LIV-1_add_auth

About

Boilerplate code for react projects using fluent ui and social authentication features like Google and Microsoft

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published