Skip to content

Commit

Permalink
Some more changes in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kotsis committed Apr 3, 2018
1 parent 1cd7978 commit 24c3df1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"sticky-footer-navbar.css",
"styles.css"
],
"scripts": [],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Myang
This project is an Angular based seed project with Bootstrap theme and a php API on the backend. Angular seed project based in AngularJS has been an inspiration.

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

Expand All @@ -12,7 +13,8 @@ Run `ng generate component component-name` to generate a new component. You can

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
Run `ng build` to build the Angular project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
Run `composer install` in `api/` directory.

## Running unit tests

Expand Down
29 changes: 22 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "php -S localhost:8000 & ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
Expand All @@ -21,17 +21,20 @@
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"bootstrap": "^4.0.0",
"core-js": "^2.4.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.2",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
"zone.js": "^0.8.24"
},
"devDependencies": {
"@angular/cli": "~1.7.3",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"@types/node": "^6.0.104",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
Expand Down

0 comments on commit 24c3df1

Please sign in to comment.