Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 559 Bytes

CJSI-flexbox-webpack

Hometask for Ciklum JS Internship Lesson 1 Simple page with books displayed on it. Data is fetched from local json file.


List of used technologies:
  • es6 (with Babel transpiler)
  • webpack
  • flexbox layout
  • jade
  • sass
  • jquery

To run the project locally, use:
git clone https://github.com/AlexMarvelo/CJSI-flexbox-webpack.git
cd CJSI-flexbox-webpack
npm i
npm start

Then open http://localhost:8080/ file in your browser

Application Screenshot