Skip to content

oieeaaaa/zouned

Repository files navigation

Zouned

Design Specs

Project Setup

  1. Create zouned database
  2. Configure database in ./api/config/database.js file
  3. Run yarn
  4. Run yarn db:init
  5. Run yarn dev
  6. Visit http:https://localhost:3000

Scripts

  • yarn component = Auto generate components
  • yarn fix = Lint all styles and scripts
  • yarn fix:eslint = Lint all scripts only
  • yarn fix:stylelint = Lint all styles only
  • And more...

Production

  1. Run yarn build
  2. Run yarn start

Helpers

  1. Press Ctrl + g to toggle grid guides