# Install Meteor npx meteor # Create a new Meteor + React App meteor create happy-chat --react # Navigate to your new project cd happy-chat # Start the development server meteor npm start import { Mongo } from 'meteor/mongo'; import { has, ID } from 'meteor/jam:easy-schema'; export const ALLOWED_EMOJIS = ['ð', 'â¤ï¸', 'ð', 'â', 'ð']; const errorMessage = `Only emojis ${ALLOWED_EMOJIS.join(', ')}


{{#tags}}- {{label}}
{{/tags}}