Back
Question
We're a group of makers shipping together. We help each other stay accountable and reach our goals.
Apply for accessGo to Homepage | g h |
Go to Done Todos | g d |
Go to Questions | g q |
Compose a New Todo | n |
Go to Search | / |
Show this dialog | ? |
👋 Join WIP to participate
Just a JS file... What do you want to create?
Previously I was just using HTML5 boilerplate, but I wanna do more, without configuring webpack etc :D
You don't have to use webpack.
rollupjs.org/guide/en
Don't listen to @pugson he's lying.
Look for "javascript cli". There's been an explosion of them lately.
There was one with no config. Forgot what it was called though. Feather?
Use parceljs.org it is basically something like Webpack, BUT without the config! It has most of the things create-react-app offers out of the box, but not restricted to React.
Yeah that's the one I meant.