A site to help developers get all the data they care about in a convenient way
Requirements: NodeJS installation
- Setup environment -
npm install -g gulp gulp-cli && npm install
- Build the client -
gulp build
orgulp build --stage prod
for production mode - Run the server -
npm start
- In you browser go to http://localhost:4000