/ang-foods

Angula.js Food Search Project

Primary LanguageJavaScript

Food Report Angular

Stack

Development

Install required Packages::

$ npm install

Create a JS bundle with Webpack::

$ npm run build

Start the Webpack development server on http://localhost:3000 ::

$ npm run start

Run tests::

$ npm run test

Linting::

$ npm run lint