Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 963 Bytes

File metadata and controls

29 lines (20 loc) · 963 Bytes

reactjs-advent-calendar

Advent calendar running on Node/Express, with ReactJS for UI

Using React Mini Router by Larry Myers : https://github.com/larrymyers/react-mini-router
Also, some elements taken from Mark Withers' Dog kennel: https://github.com/markwithers/dog-feed

Example here: http://advent.kdurrani.co.uk/

To run the project locally:

git clone https://github.com/katjad/reactjs-advent-calendar.git
cd reactjs-advent-calendar
npm install

Build the react components and start the server

grunt serve

Visit localhost:8081 to see the calendar

The text for the doors is in the public/days directory as json files You can optionally add a jpg picture that will display at the top of a post, by adding an image in the public/pics directory with the name [number].jpg