https://github.com/beuted/benoit.jehanno.net
Personnal website
https://github.com/beuted/benoit.jehanno.net
angular2 typescript vuejs website
Last synced: about 2 months ago
JSON representation
Personnal website
- Host: GitHub
- URL: https://github.com/beuted/benoit.jehanno.net
- Owner: beuted
- Created: 2017-02-02T17:18:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T14:11:03.000Z (over 4 years ago)
- Last Synced: 2025-06-14T03:02:41.727Z (about 1 year ago)
- Topics: angular2, typescript, vuejs, website
- Language: Vue
- Homepage:
- Size: 9.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [benoit.jehanno.net](http://benoit.jehanno.net)
This project was generated with **vue-cli** (It was previously done with ng-cli but the overhead of angular was way too big so when I got webpack issues for the 3rd times coming back to the project and realized I had giga-tonnes of node_modules I switched 👋)
**I Also stopped vue-cli to try some react so the code of benoit.jehanno.net new verstion is here now: https://github.com/beuted/timeline**
## [Preproduction](https://benoit-jehanno-net.herokuapp.com/)
## Development
`> npm run serve`
Browse http://localhost:8080
## Build and run for Production
`> npm install` (will trigger the `postinstall` script thus `npm run build`)
`> PORT=XXXX npm run start` or `> npm run start XXXX` XXXX being the port of your choice (if none is geiven it will run on :8080)