Skip to content

PBSA/NH5050-Frontend

Repository files navigation

New Hampshire 5050

5050 Application for New Hampshire Marine Corps


Technology Stack

  • React
  • Redux (single source of truth state management)
  • Redux dev tools (allow user to debug )
  • React-Router (we use this to control navigation)
  • React-Router-Redux (sync React-Router with Redux so we can handle navigation with Redux)
  • ESlint (to ensure code style consistency) adhere to Conventional Commits)
  • SCSS (CSS preprocessor)

Development

  • Recommended Node Version: 12.x.x

When wanting to run application for developing purposes, simply:

npm start

For running in production:

npm run build