Difference between revisions of "Tooling"
From Wiki2
Line 19: | Line 19: | ||
</head> | </head> | ||
<body> | <body> | ||
<div id="app"></div> | |||
<script src="bundle.js"></script> | |||
</body> | </body> | ||
</html> | </html> | ||
</markdown> | </markdown> |
Revision as of 11:14, 13 August 2015
tooling
<markdown>
- react-babel
npm init npm install --save react npm install --save-dev babel-loader mkdir public cd public touch index.html
- ulidog
<!DOCTYPE html>
</markdown>