All Projects → grommet → grommet-cms

grommet / grommet-cms

Licence: Apache-2.0 license
Grommet CMS - A content management system with world class UX

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to grommet-cms

floating-slideup-sheet
Simple and lightweight UI library for user new experience, combining floating bottom navigation and bottom sheet behaviour. Simple and beautiful.
Stars: ✭ 118 (+293.33%)
Mutual labels:  ux
awesome-ux-design-styles
Curated list of UX styleguides and design systems
Stars: ✭ 66 (+120%)
Mutual labels:  ux
grommet-docs
Website project for Grommet framework (http://grommet.io)
Stars: ✭ 30 (+0%)
Mutual labels:  grommet
react-native-dynamic-vector-icons
Wrapper of react-native-vector-icons to use dynamic types
Stars: ✭ 84 (+180%)
Mutual labels:  ux
Denna
Denna to-do list application
Stars: ✭ 21 (-30%)
Mutual labels:  ux
grommet-dashboard
React nextjs grommet 2 dashboard template
Stars: ✭ 39 (+30%)
Mutual labels:  grommet
corporate-dashboard
🔥 A blazingly fast corporate dashboard single page web application, built with a focus on component oriented design with React, Relay & GraphQL
Stars: ✭ 52 (+73.33%)
Mutual labels:  grommet
playbook
Playbook Design System
Stars: ✭ 17 (-43.33%)
Mutual labels:  ux
addel
🎵 A jQuery plugin that enables dynamic addition & deletion of HTML elements
Stars: ✭ 51 (+70%)
Mutual labels:  ux
pikko
Color picker for iOS made with ❤️
Stars: ✭ 34 (+13.33%)
Mutual labels:  ux
sonar.css
CSS3/Sass Animated Attention Seekers
Stars: ✭ 16 (-46.67%)
Mutual labels:  ux
prototype
📖Prototype Document
Stars: ✭ 45 (+50%)
Mutual labels:  ux
PulseTile-AngularJS
Leading edge modular UI framework for healthcare. Based on AngularJS. See documentation at http://docs.pulsetile.com/ See plugins at https://github.com/PulseTile-Plugins ##
Stars: ✭ 19 (-36.67%)
Mutual labels:  ux
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+296.67%)
Mutual labels:  ux
techne
Design Guidelines, Components and Patterns Library for modern, mobile-first, user-centric Experience Design
Stars: ✭ 40 (+33.33%)
Mutual labels:  ux
VanGogh
💥 Android view animations powered by RxJava 2
Stars: ✭ 95 (+216.67%)
Mutual labels:  ux
eucaconsole
Eucalyptus Management Console
Stars: ✭ 15 (-50%)
Mutual labels:  ux
meshery
Meshery, the cloud native manager
Stars: ✭ 1,587 (+5190%)
Mutual labels:  ux
Bitcoin-Core-App
Tracking the design process for the Bitcoin Core App.
Stars: ✭ 31 (+3.33%)
Mutual labels:  ux
HealthDeterminants
Social Determinants of Health Visualization
Stars: ✭ 58 (+93.33%)
Mutual labels:  ux

Grommet CMS

This repo contains the source code for the Grommet CMS. We are working on open sourcing this right now and would love your help! See CONTRIBUTING.md for details on how to contribute 😄

Getting Started

This is the source code for the Grommet CMS boilerplate. To run this application, execute the following commands:

  1. Install NPM modules
$ yarn
  1. Add .env file. The project comes with a .env.example file which can be renamed to .env. These are your enviroment variables. The .env.example file contains most of the setup you will need. If you need more granular control, you have the ability to add / edit these values.

Below are the default .env values:

# Environment variables for database connection.
DB="grommet-cms-dev" // the name of your mongo database
NODE_ENV="development" // the default NODE_ENV
DB_USER="" // The DB user name
DB_PW="" // the db password
BASE_URL="http://localhost:8003" // base url for your front end
API_URL="http://localhost:8000/api" // base url for your API.
API_PREFIX="dashboard" // Path for urls to your API, routes will look like /dashboard/api/my-route.
  1. Ensure Mongo is running. Upon starting the server the application will automatically build a hello world post and a temporary dashboard user.

  2. To start the server run:

$ npm run api-dev
  1. To start the development server:
$ npm run dev
  1. To create the website production distribution bundle:
$ npm run build
  1. To run the distribution bundle using forever:
$ forever start server ./server/server

Generators

See here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].