Skip to content

Commit b178e12

Browse files
ct-viralphoenixcoded20CodedThemes
authored
init setup (#1)
* init setup * plugin remove * change from comment * Added CICD, dist and corrected links * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Harshad <codedthemes@gmail.com> Co-authored-by: CodedThemes <32134933+codedthemes@users.noreply.github.com>
1 parent bfef496 commit b178e12

File tree

156 files changed

+64696
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+64696
-3
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env"]
3+
}

.github/workflows/prod.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Production deploy
2+
3+
# Controls when the action will run.
4+
on:
5+
# Triggers the workflow on push or pull request events but only for the master branch
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
types:
11+
- closed
12+
branches:
13+
- master
14+
15+
jobs:
16+
if_merged:
17+
if: github.event.pull_request.merged == true
18+
name: 🎉 Deploy
19+
runs-on: ubuntu-latest
20+
21+
steps:
22+
- name: 🚚 Get latest code
23+
uses: actions/checkout@v2
24+
25+
- name: Use Node.js 16
26+
uses: actions/setup-node@v2-beta
27+
with:
28+
node-version: '16'
29+
30+
- name: 🔨 Build Project
31+
run: |
32+
yarn
33+
gulp build-prod
34+
35+
- name: 📂 Deploy to Server
36+
uses: easingthemes/ssh-deploy@v2.1.5
37+
env:
38+
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
39+
# ARGS: "-rltgoDzvO --delete"
40+
SOURCE: 'dist/'
41+
REMOTE_HOST: 192.34.62.123
42+
REMOTE_USER: berry
43+
TARGET: public_html/bootstrap/free
44+
EXCLUDE: '/node_modules/'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bower_components
3838
build/Release
3939

4040
# Dependency directories
41-
dist/
41+
# dist/
4242
node_modules/
4343
jspm_packages/
4444
.vscode/

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**/.git
2+
**/.svn
3+
**/.hg
4+
**/node_modules
5+
dist

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bracketSpacing": true,
3+
"printWidth": 140,
4+
"singleQuote": true,
5+
"trailingComma": "none",
6+
"tabWidth": 2,
7+
"useTabs": false,
8+
"htmlWhitespaceSensitivity": "strict",
9+
"bracketSameLine": false
10+
}

README.md

Lines changed: 123 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,123 @@
1-
# berry-free-bootstrap-admin-template
2-
Bootstrap version of berry
1+
# Berry Free Bootstrap Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20Berry%20React%20-%20The%20most%20beautiful%20Material%20designed%20Admin%20Dashboard%20Template%20&url=https://berrydashboard.io&via=codedthemes&hashtags=bootstrap,webdev,developers,javascript)
2+
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/codedthemes/berry-free-bootstrap-admin-template/blob/master/LICENSE)
5+
[![GitHub package version](https://img.shields.io/github/package-json/v/codedthemes/berry-free-bootstrap-admin-template)](https://github.com/codedthemes/berry-free-bootstrap-admin-template/)
6+
7+
8+
Berry is a free Bootstrap admin dashboard template. It is designed to deliver the best possible user experience with highly customizable feature-rich pages. Berry has easy and intuitive responsive design whether it is viewed on retina screens or laptops.
9+
10+
:star: :star: :star: Do not forget to star (Top right of this page) it if you like the theme :star: :star: :star:
11+
12+
![IMG_8566.jpg](https://berrydashboard.io/imp-images/berry-github-free-bootstrap-repo-1.jpg)
13+
14+
15+
[Pro version](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) of Berry react template contains features like Mutiple Layouts, Apps, Advance Components, Form Plugins, Layouts, Widgets, and many more.
16+
17+
| [Berry Free](https://berrydashboard.io/bootstrap/free/) | [Berry](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) |
18+
| ---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------|
19+
| **9** Demo pages | **45+** demo pages |
20+
| - | ✓ Multi-language |
21+
| - | ✓ Dark/Light Mode 🌓 |
22+
| - | ✓ TypeScript version |
23+
| - | ✓ Design files (Figma) |
24+
| - | ✓ 6+ color Options |
25+
| - | ✓ RTL |
26+
| - | ✓ JWT, Firebase, Auth0 authentications |
27+
| - |[More components](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) |
28+
29+
30+
## Why Berry?
31+
32+
Get started with a sweet set of features including:
33+
34+
* Modern aesthetics UI design
35+
* Bootstrap components
36+
* Fully Responsive, all modern browser supported
37+
* Easy to use code structure
38+
* Flexible & High-Performance code
39+
* Easy Documentation Guide
40+
41+
## Free Berry Bootstrap 5 version
42+
43+
- [Preview](https://berrydashboard.io/bootstrap/free/)
44+
- [Download from Github](https://github.com/codedthemes/berry-free-bootstrap-admin-template)
45+
46+
## Berry Pro Bootstap 5 version
47+
48+
- [Preview](https://berrydashboard.io/bootstrap/default/dashboard/index.html)
49+
- [Purchase from CodedThemes](https://codedthemes.com/item/berry-bootstrap-5-admin-template/)
50+
51+
## Table of contents
52+
53+
* [Getting Started](#getting-started)
54+
* [Documentation](#documentation)
55+
* [Technology Stack](#technology-stack)
56+
* [Author](#author)
57+
* [Issues?](#issues)
58+
* [License](#license)
59+
* [More Products](#more-free-react-material-admin-templates)
60+
* [Follow us](#follow-us)
61+
62+
## Getting Started
63+
64+
Clone from Github
65+
```
66+
git clone https://github.com/codedthemes/berry-free-bootstrap-admin-template.git
67+
```
68+
- Run Yarn
69+
- Run Gulp
70+
71+
OR
72+
- Goto /dist and open `index.html`
73+
74+
## Documentation
75+
76+
[Berry documentation](https://codedthemes.gitbook.io/berry-bootstrap/) helps you with installation, deployment, and troubleshooting.
77+
78+
## Technology Stack
79+
80+
- Bootstrap 5
81+
- No Jquery
82+
- npm/yarn package installer
83+
- Gulp support
84+
85+
## Author
86+
87+
Berry is developed by Team [CodedThemes](https://codedthemes.com).
88+
89+
## Issues
90+
91+
To report a bug, please submit an [issue](https://github.com/codedthemes/berry-free-bootstrap-admin-template/issues) on Github. We will respond as soon as possible to resolve the issue.
92+
93+
## License
94+
95+
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)
96+
97+
## Berry EcoSystem
98+
99+
- [Free Berry React](https://github.com/codedthemes/berry-free-react-admin-template) | [Berry React Pro](https://mui.com/store/items/berry-react-material-admin/)
100+
- [Free Berry Angular](https://github.com/codedthemes/berry-free-angular-admin-template) | [Berry Angular Pro](https://codedthemes.com/item/berry-angular-admin-dashboard-template/)
101+
- [Free Berry Bootstrap](https://github.com/codedthemes/berry-free-bootstrap-admin-template) | [Berry Bootstrap Pro](https://codedthemes.com/item/berry-bootstrap-5-admin-template/)
102+
- [Free Berry Nodejs](https://appseed.us/product/react-node-js-berry-dashboard) | [Berry Nodejs Pro](https://appseed.us/full-stack/react-berry-dashboard)
103+
104+
105+
## More Free Bootstrap Admin Templates
106+
107+
- [Free Datta Able](https://codedthemes.com/item/datta-able-bootstrap-lite/)
108+
- [Free Gradient Able](https://codedthemes.com/item/gradient-able-bootstrap-lite/)
109+
- [Free Flash Able](https://codedthemes.com/item/flash-able-free-admin-template/)
110+
111+
## More Premium Bootstrap Admin Templates
112+
113+
- [Datta Able Pro](https://codedthemes.com/item/datta-able-bootstrap-admin-template/)
114+
- [Gradient Able Pro](https://codedthemes.com/item/gradient-able-admin-template/)
115+
- [Able Pro](https://themeforest.net/item/able-pro-responsive-bootstrap-4-admin-template/19300403)
116+
117+
## Follow us
118+
- [Website](https://berrydashboard.io)
119+
- [Blog](https://blog.berrydashboard.io)
120+
- [CodedThemes](https://codedthemes.com)
121+
- [Dribbble](https://dribbble.com/codedthemes)
122+
- [Facebook](https://www.facebook.com/codedthemes)
123+
- [Twitter](https://twitter.com/codedthemes)

dist/assets/css/plugins/animate.min.css

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/css/plugins/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)