mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-13 08:10:23 +08:00
Added base webpack configuration and needed shellscripts.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import App from './Main';
|
||||
|
||||
// Render the main component into the dom
|
||||
React.render(<App />, document.getElementById('app'));
|
||||
Reference in New Issue
Block a user