Multiple page .svelte .html generator
Budget: $10 – $30 USD
I need automatic build script so if I have folders like this:
```
foo/
_ bar.svelte
_ any.js
subpage/
_ page3.svelte
index.svelte
whatever.css
whatever.js
_layout.html
```
it would generate automatically the .html(s) for each .svelte file
so for example if page3.svelte importing any.js it would produce page3.html inside the subpage directory with all imported js or css. If there's _layout.html it would be used as base template.
the purpose was to make svelte that defaults to SPA into MPA
specification:
1. must able to generate automatically .html foreach .svelte, for example when running `make gen`
2. must able to import properly other js, css, or svelte file (relative import)
3. there's dev mode, eg. `npm run dev`, it would listen to localhost:portNumber then livereload when changed
4. there should be no configuration, it should work automatically
5. will find _layout.html in current directory or upper directories as base template
6. should not use outdated package on the npm dependency, please use least dependency as possible
If you can do this and avoid autobidder/bid-spammer, please bid/send proposal first line with "I can do this within X days and XX USD" where X and XX is the same as your proposal bid.
```
foo/
_ bar.svelte
_ any.js
subpage/
_ page3.svelte
index.svelte
whatever.css
whatever.js
_layout.html
```
it would generate automatically the .html(s) for each .svelte file
so for example if page3.svelte importing any.js it would produce page3.html inside the subpage directory with all imported js or css. If there's _layout.html it would be used as base template.
the purpose was to make svelte that defaults to SPA into MPA
specification:
1. must able to generate automatically .html foreach .svelte, for example when running `make gen`
2. must able to import properly other js, css, or svelte file (relative import)
3. there's dev mode, eg. `npm run dev`, it would listen to localhost:portNumber then livereload when changed
4. there should be no configuration, it should work automatically
5. will find _layout.html in current directory or upper directories as base template
6. should not use outdated package on the npm dependency, please use least dependency as possible
If you can do this and avoid autobidder/bid-spammer, please bid/send proposal first line with "I can do this within X days and XX USD" where X and XX is the same as your proposal bid.