https://github.com/alekece/me
My personal showcase website
https://github.com/alekece/me
angular npm showcase typescript
Last synced: 2 months ago
JSON representation
My personal showcase website
- Host: GitHub
- URL: https://github.com/alekece/me
- Owner: alekece
- License: mit
- Created: 2019-09-09T21:17:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T14:51:22.000Z (over 5 years ago)
- Last Synced: 2025-10-14T08:15:10.102Z (9 months ago)
- Topics: angular, npm, showcase, typescript
- Language: TypeScript
- Homepage: https://me.alekece.site
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Me
* [Requirements](#requirements)
* [Build](#build)
* [How to use it](#how-to-use-it)
* [License](#license)
## Requirements
* [nodejs](https://nodejs.org)
* [npm](https://www.npmjs.com)
This project is based on **_angular_** as a build system so you should install it before starting.
``` sh
npm install -g @angular/cli
npm install
```
## Configuration
You can find a `.env.example` at the root directory. This file contains variables mandatory for enable the following services :
* [Google analytics](https://analytics.google.com/analytics/web/)
* [emailjs](https://www.emailjs.com/)
Rename `.env.example` to `.env` and modify the content with your own values then run `npm run config`.
## Build
Run`npm run build` to build the project.
The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## How to use it
Run `npm run start` to deploy the project locally; you can access it via `localhost:4200` in your favorite browser.
## License
Copyright © 2020 Alexis Le Provost. See LICENSE for details.