Awesome
Learning react 2DNote
Just one of the things I'm learning. https://github.com/hchiam/learning
Practice building a React web app by incorporating my _2DNote project.
- https://github.com/hchiam/learning-reactjs/blob/master/index.html
- https://github.com/hchiam/learning-reactjs/blob/master/index.js
- https://github.com/hchiam/_2DNote/blob/master/_2DNote.js
- My _2DNote sonification side-project via
npm install 2dnote
or<script src="https://cdn.jsdelivr.net/gh/hchiam/_2DNote@1.8.0/_2DNote.min.js"></script>
- My _2DNote sonification side-project via
- https://github.com/hchiam/css-boilerplate
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hchiam/css-boilerplate@1.1.0/style.css">
npm install
just once, and then
npm run build
npm run start
or
npm run fast
By the way, you can generate a dependency graph with bash show_dep_graph.sh
.