Open ok2ju opened 6 years ago
Yes for sure. Just let's define what is the purpose of the template and what should be included. Last days I was working on nextjs app. I created that template https://github.com/jszombies/create-zombie-lib/tree/master/templates/react-nextjs-app
It's boilerplate just for regular react application. I think what it should have the following:
@ok2ju @Atsman I have a simple react starter boilerplate with eslint for linting and sass support available at https://github.com/shaminmeerankutty/react-starter. I can also add jest, enzyme , redux, react-router (v4) to starter. Is it ok?
@shaminmeerankutty it looks pretty good and simple, I like it, but we came to decision that we need tools like I described above except of css modules
(we should replace it with styled-components
).
standard
instead of eslint
styled-components
instead of css/sass
If you agree with this requirements we will be happy to add your starter into our CLI. We appreciate any contribution 😃
@Atsman what do you think?
Add react app template (like https://github.com/ok2ju/modern-react-boilerplate)