Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 655 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 655 Bytes

lfs-tlef-flickr

Demo

To run

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
git clone https://github.com/UBC-LFS/lfs-tlef-flickr.git
  • Then install the dependencies:
npm install
  • Run development server:
npm start
npm run dev

Open the web browser to http://localhost:8888/

To build the production package

npm run build