Skip to content

soryboums/personal

Repository files navigation

personal

personal is my personal website. It is developped thanks to my AngularJS kickstarter ngclient.


Quick Start with Vagrant

Install Vagrant and then:

$ cd personal
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ npm start

Finally, go to http://localhost:9090/#/home.


Standalone Quick Start

Install Node.js and then:

$ cd personal
$ sudo npm -g install grunt-cli karma
$ npm install
$ grunt watch

Now open file:///path/to/personal-folder/build/index.html in your browser. Happy coding!

About

This is my personal website

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published