Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

perjerz/meetup.com

Open more actions menu

Repository files navigation

Meetup - RSVP around the world using CycleJS, WebSocket, Datamaps

http://www.zp11108.tld.122.155.17.167.no-domain.name

Your amazing project

Thanks for using the one-fits-all flavor.

Using your app

Run in development mode: npm start Build a production build: npm run build Run the unit tests: npm test

Extending the configuration

If you want to add custom config to webpack, you can do it! Just edit the webpack.config.js in your app's root directory. It will be merged with the default config.

Example: Adding the progress bar plugin:

const ProgressBarPlugin = require('progress-bar-webpack-plugin');

module.exports = {
    plugins: [
        new ProgressBarPlugin()
    ]
}

Example: Add API proxy for devServer

module.exports = {
    devServer: {
        proxy: {
            "/api": "http://localhost:3000"
        }
    }
}

About

Meetup.com RSVP visualization around the world using Cycle.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.