An open API service indexing awesome lists of open source software.

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

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)