Made the following boilerplates
- test webpack
- webpack + threejs
- webpack + reactjs
- webpack + typescript
- webpack + typescript + threejs
- webpack + typescript + reactjs
Why???
As many people know, there is create-react-app
to generate a reactjs project which is very easy to use.
However, sometimes for a small project, the generated code is kind of too much to me. That is the biggest reason and also want to understand what I need for starting a project with webpack + typescript + react/threejs.
Top comments (0)