Skip to content

Instantly share code, notes, and snippets.

@thanapongp
Created September 7, 2019 08:43
Show Gist options
  • Select an option

  • Save thanapongp/94f66817150fcf435c9b907849a9cabf to your computer and use it in GitHub Desktop.

Select an option

Save thanapongp/94f66817150fcf435c9b907849a9cabf to your computer and use it in GitHub Desktop.
main.js with main.css imported
import '../main.css';
import App from './app';
document.addEventListener('DOMContentLoaded', () => {
const app = new App();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment