Skip to content

Commit

Permalink
init Sep 23
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosxenakis committed Sep 30, 2023
1 parent d7b1706 commit 59ef9bc
Show file tree
Hide file tree
Showing 44 changed files with 11,423 additions and 13,734 deletions.
47 changes: 0 additions & 47 deletions .angular-cli.json

This file was deleted.

23 changes: 23 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"plugins": [
"@babel/plugin-transform-runtime"
],
"presets": [
[
"@babel/preset-react",
{
"targets": {
"node": "current"
}
}
],
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

46 changes: 10 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,17 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc

# dependencies
/node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# production
/build

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
yarn-error.log
.DS_Store

# e2e
/e2e/*.js
/e2e/*.map
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# System Files
.DS_Store
Thumbs.db
coverage/
!coverage/badges.svg

.npmrc
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# PersonalWebsite

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

[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/nikosxenakis/nikosxenakis-website.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nikosxenakis/nikosxenakis-website/context:javascript)

## Development server

Run `npm install` to download dependencies

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.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## 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.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
148 changes: 0 additions & 148 deletions docs/3rdpartylicenses.txt

This file was deleted.

Loading

0 comments on commit 59ef9bc

Please sign in to comment.