The application purpose is to interact with Aylien text Api by analyzing the provided article URLs.
- cd into your new folder: npm install
- Run server: npm run start
- Run webpack development mode: npm run build-dev
- Run webpack production mode: npm run build-prod
This project was built using Express Node Js framework and webpack.