Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created March 13, 2019 14:09
Show Gist options
  • Save vsavkin/dc87b539c4b0b67b5c4e7ae1ad3f10d0 to your computer and use it in GitHub Desktop.
Save vsavkin/dc87b539c4b0b67b5c4e7ae1ad3f10d0 to your computer and use it in GitHub Desktop.
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { App } from './app/app';
ReactDOM.render(<App />, document.querySelector('happynrwl-root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment