Practice reading real Japanese from news articles published in Japan.
- Clone the repository
git clone git@github.com:TomPlum/nyuusu.git- Install NPM dependencies
npm install- Run the local front-end development server. This is configured to work with a mock service worker that returns stubbed responses from APIs. See the section below to run the backend.
npm run dev- Install Dependencies
cd backend | npm install- Compile
npm run build- Serve
npm run serve- The Newscatcher API is used to fetch news article information used in this application. See https://www.newscatcherapi.com/ for more info.