Skip to content

Commit 1cb8e9b

Browse files
committed
init
1 parent 357e992 commit 1cb8e9b

Some content is hidden

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

42 files changed

+1891
-849
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
44

5+
## How to set up and run application
6+
7+
1. Clone application from https://github.com/oopcoders/Bootstrap-Search-Module.git
8+
9+
2. Run `npm install`
10+
11+
3. Run `npm run dev`
12+
13+
4. Go to `http://localhost:4200/`
14+
515
## Development server
616

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
17+
Run `npm run dev` runs server and application. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
818

919
## Code scaffolding
1020

angular.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
2525
"aot": true,
26-
"assets": [
27-
"src/favicon.ico",
28-
"src/assets"
29-
],
26+
"assets": ["src/favicon.ico", "src/assets"],
3027
"styles": [
28+
"./node_modules/bootstrap/scss/bootstrap.scss",
29+
"./node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss",
30+
"./node_modules/@fortawesome/fontawesome-free/scss/brands.scss",
31+
"./node_modules/@fortawesome/fontawesome-free/scss/solid.scss",
3132
"src/styles.scss"
3233
],
3334
"scripts": []
@@ -87,11 +88,10 @@
8788
"polyfills": "src/polyfills.ts",
8889
"tsConfig": "tsconfig.spec.json",
8990
"karmaConfig": "karma.conf.js",
90-
"assets": [
91-
"src/favicon.ico",
92-
"src/assets"
93-
],
91+
"assets": ["src/favicon.ico", "src/assets"],
9492
"styles": [
93+
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
94+
"./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
9595
"src/styles.scss"
9696
],
9797
"scripts": []
@@ -105,9 +105,7 @@
105105
"tsconfig.spec.json",
106106
"e2e/tsconfig.json"
107107
],
108-
"exclude": [
109-
"**/node_modules/**"
110-
]
108+
"exclude": ["**/node_modules/**"]
111109
}
112110
},
113111
"e2e": {
@@ -123,6 +121,10 @@
123121
}
124122
}
125123
}
126-
}},
127-
"defaultProject": "Search-Module"
124+
}
125+
},
126+
"defaultProject": "Search-Module",
127+
"cli": {
128+
"analytics": "dc8cef5a-3df4-4986-bdcf-52a00ba52c4a"
129+
}
128130
}

0 commit comments

Comments
 (0)