Determining category of a news article using Aylien API
Fork this repo, then clone the branch of your choice from your forked repo down to your computer:
git clone -- git@github.com:[your-user-name]/webpack-express.git --
cd into your new folder and run:
npm installnpm run build-devto start the webpack dev servernpm run build-prodto generate a dist folder for prodnpm startto run the Express server on port 8081npm testto run tests