Skip to content

OrencioRodolfo/react-bootstrap

Repository files navigation

Get started

Development mode

To launch this project in development mode you'll need to run:
yarn start

Production mode

To deploy this project to production you'll need to:
yarn build

Setup

This project uses the following tools for development and build for production.

Tech stack

Several packages were used for this development. But the most important ones would be the following:

Tests

To run unit and integration tests, you'll need to run:
yarn test

To check the project's test coverage, you'll need to run:
yarn coverage - this will serve the test coverage in your browser
or
yarn test --coverage - this will print the coverage report in the terminal

Changelog generation

Every project should have a changelog so every one can have an understanding about the project's evolution at each version.
For that we have commitizen along with conventional-changelog to automatically generate a changelog from the project's history.

To generate the changelog file you'll need to run:
yarn changelog

About

A bootstrap setup for ReactJS along with Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published