Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

a01m01s/wizards

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published