Word/definition page for a slang dictionary website (UrbanDictionary.com), which displays one or more definitions for a given slang word, as well as an activity chart that displays the page's visitor activity for each month.
- https://github.com/UrbanDiction/DefinitionProxy
- https://github.com/UrbanDiction/DefinitionService
- https://github.com/UrbanDiction/ActivityService
- Run 'npm run server:dev' and 'npm run react:dev' for each service, and the proxy.
- Open http://localhost:8000 in browser.
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install