react-bs-notifier
A react component to show growl-like notifications using bootstrap alerts
File Explorer
Download Latest Version (.zip)- ci.yml
- docs.yml
- code.example
- description.md
- index.js
- code.example
- description.md
- index.js
- code.example
- description.md
- index.js
- code.example
- description.md
- index.js
- code-example.js
- index.js
- api.md
- header.js
- index.html
- index.js
- intro.md
- root.js
- scroll-text.js
- icon.js
- index.js
- alert-list.js
- alert-timer.js
- alert-transition.js
- container.js
- index.js
- transition-styles.js
- .eslintrc.js
- .gitattributes
- .gitignore
- .npmignore
- .tool-versions
- babel.config.json
- LICENSE
- package-lock.json
- package.json
- README.md
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/chadly/react-bs-notifier
Downloads the entire project code from GitHub to your computer.
cd react-bs-notifier
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install react-bs-notifier --save
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run lint
Type this command into your terminal and run it.
npm run lint -- --fix
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
