New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cra-template-br

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-br

A minimal quick start Create React App template with React Router and Reactstrap.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Getting Started with Create React App

This project was bootstrapped with Create React App.

Template Description

This template has the following features:

  • Bootstrap and Reactstrap setup included
  • React-Router-DOM included with basic route config. URL: https://reactrouter.com/web/example/route-config
  • Two folders are created for components and pages

Dependencies and version

The project will be created with following libraries:

    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^11.2.7",
    "@testing-library/user-event": "^12.8.3",
    "bootstrap": "^5.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "4.0.3",
    "reactstrap": "^8.9.0",
    "web-vitals": "^1.1.2"

Project creation

run npx create-react-app project-name br

Motivation

I usually use Bootstrap with Reactstrap and React-Router-DOM in projects. so whenever I create a project, I need to do these common tasks. So, I made this template so that I can start new projects on it.

Issues

If you find any issue, please create a GitHub issue.

Keywords

react

FAQs

Package last updated on 03 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts