🐢 REST API Documentation Platform, built on Angular 2 & Semantic UI
pepper-doc
is a typical nodeJS
application (node 5+ & npm 3+) (with webpack module bundler) we assumed that you're familiarized with this technologies, otherwise there are useful link nodeJS
For OSX Users, we suggest install nodeJS through Homebrew
Use command npm i angular-cli@1.0.0-beta.10 -g
to install Angular CLI
With nodeJS
environment installed, use this commands to run pepper-doc
git clone https://github.com/lexmartinez/pepper-doc.git
cd pepper-doc
npm install
npm start
use 'ng build -w' to build the project and keep watching the files for changes
And voilà pepper-doc
now should be running on http://localhost:3000/
based on DavideViolante/Angular2-Full-Stack MEAN Stack project