/wizards

Primary LanguageJavaScript

wizards

🧙Wizards is an app based on Express, MongoDB

Disable Cors

# If you are using chrome
chromium-browser --disable-web-security --user-data-dir

# Before Chrome 48
chromium --disable-web-security

# At startup you will see below warning(just ignore it)
you are using an unsupported command-line


# Server runs on http://localhost:3000

Quick Start

# Install dependencies for server
npm install

# Create the bundles
npm run watch:js

# Run the server
npm start


# Server runs on http://localhost:3000