An open API service indexing awesome lists of open source software.

https://github.com/m-nathani/react-bootstrap

Application for bootstrapping a react application using create-react-app
https://github.com/m-nathani/react-bootstrap

boilerplate bootstrap craco create-react-app javascr library reactjs

Last synced: 3 months ago
JSON representation

Application for bootstrapping a react application using create-react-app

Awesome Lists containing this project

README

          

# react-bootstrap

Boilerplate to bootstrap react app with pre configure changes.

[![Netlify Status](https://api.netlify.com/api/v1/badges/2ae3cd8d-7332-42b0-8393-a4f706fc92c0/deploy-status)](https://app.netlify.com/sites/bootstrap-reactjs/deploys)

## Demo

Play demo [here](https://bootstrap-reactjs.netlify.app/)

## Setup for local development

Using Set the correct environment variables (Ask a developer for the dotenv files)

## Folder structure

```
├── apis
├── assets
├── components
├── constants
├── contexts
├── hooks
├── locales
├── pages
├── redux-store
├── services
├── styles
└── utils

```

## Deployment

Make sure you are logged in to `npm` with the your account: Run `npm login`

Make sure you are logged in to `github cli` with the your github account: Run `gh auth login` and
use your own github credentials.

To deploy run `npm run deploy` where the app you want to deploy