Skip to content
/ react-bootstrap Public template

A simple, clean starter project with React and Bootstrap 5.

License

Notifications You must be signed in to change notification settings

cybersamx/react-bootstrap

Repository files navigation

React Bootstrap Starter Project

A simple, clean starter project with React and Bootstrap 5.

The public pages. Screenshot of a public page

The restricted admin console. Screenshot of the admin console

Motivation

Learning React through this project and motivated to create a boilerplate project that I (or anyone) can use. Here are some of the design principles for this project.

  • Keep it simple.
  • Use it for quick prototyping yet extensible enough for a production-ready project.
  • Leverage eslint and prettier with the right amount of plugins and mix of configurations to maximize for developer productivity and code cleanliness.

Setup

  1. Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

    $ yarn start

    The page will reload if you make edits. You will also see any lint errors in the console.

  2. Launches the test runner in the interactive watch mode.

    $ yarn test
  3. Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

    $ yarn build

Credits

Reference

About

A simple, clean starter project with React and Bootstrap 5.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published