Skip to content

perjerz/meetup.com

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