Simple static HTML builder for using React as the compiler.
npx babel-node index.js
or npm start
All pages prefaced with _
are skipped
.
├── index.js
├── package-lock.json
├── package.json
└── pages
├── About.js
├── Home.js
└── _page-wrapper.js
.
├── dist
├── about.html
└── index.html