Photo Carousel module of Guestly
Run webpack
npm run react-dev
Run server on port 3002
npm start
Seed database with random data using faker.js
npm run seed
Run jest/enzyme tests
npm test
- Node 6.13.0
- Unsplash API key
Replace comment with your API key in unsplashHelper.js
From within the root directory:
npm install