项目作者: mtrybus2208

项目描述 :
Keystone Boilerplate (Webpack, Babel, ES6, Bootstrap 4)
高级语言: CSS
项目地址: git://github.com/mtrybus2208/keystone-boilerplate-webpack-bootstrap4.git


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

:wrench: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

:heavy_exclamation_mark: 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’