/JavaScriptFoodGrid

Food Grid - JavaScript ES6 & Bootstrap Project (2018)

Primary LanguageJavaScript

JavaScript Food Grid 🍖

  • This project was developed with JavaScript ECMAScript 6.

GET STARTED

Clone the project

Prerequisite: To fetch data, the file data.json has been uploaded as remote service in http://myjson.com .

a) Run directly such as file:/.../src/index.html

Go /dist

Open index.html, this use bundle.js (transpiled es6->es5)

b) Run as http://localhost:8080/

npm install

npm run build (Compile with webpack)

npm start