Skip to content

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

License

Notifications You must be signed in to change notification settings

m-nathani/react-bootstrap

Repository files navigation

react-bootstrap

Boilerplate to bootstrap react app with pre configure changes.

Netlify Status

Demo

Play demo here

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