See MasonWang025/react-mui-boilerplate instead of this repository.
A ready-to-go React web app with navigation, Bootstrap, and some Node-SASS files all pre-configured. This is a refined version of what used to be my most-used CRA project structure.
- React router implemented under
App.jsandindex.js. Simply modify therouteslist for any website structure. - Styled navigation bar that I commonly use. Extremely customized Bootstrap scrollbar (added JS and CSS for UI and UX).
- Easy media queries in
breakpoints.scss(modified from Eduardo Boucas's files). Breakpoints are setup as Bootstrap's official breakpoints. - SASS file structure set up under
src/styles/, withApp.scssimporting other files andvariables.scss. - Bootstrap CSS and JS for easy grids,
normalize.css, and nice defaults. - Other CSS customizations found in
other.scss.
Use template by clicking Use this template.
Otherwise, copy over public.html and the src folder -> npm i react-router-dom node-sass jquery --save.