Skip to content

yuyasaito210/brighteyes

Repository files navigation

Keystone Boilerplate (Webpack, Babel, ES6, Bootstrap 4):key:

🔧Core Features:

Getting Started

  • Install Node,
  • Install MongoDB
  • Clone repo,
  • Install dependendencies from package.json (yarn install | npm install),
  • Sign up for Cloudinary and update the CLOUDINARY_URL in .env file,
  • Select a random secret for the COOKIE_SECRET in .env file.

Start DEV server

  • First terminal: mongod (leave this running),
  • Second terminal: npm run dev (webpack with watch mode and dev configuration),
  • Third terminal: npm run key (Start keystone server)

Start PRODUCTION server

  • Build assets: npm run prod (webpack with prod configuration)
  • Start server: npm run key

❗ Additional information

  • Email and password for first login: email: user@keystonejs.com password: user123
  • Don't forget uncomment necessary bootstrap 4 components in 'site.scss'

About

KeystoneJS + React.js project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published