5050 Application for New Hampshire Marine Corps
- 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)
- Recommended Node Version: 12.x.x
When wanting to run application for developing purposes, simply:
npm start
For running in production:
npm run build