jszombies / create-zombie-lib

Create javascript libraries easily
3 stars 1 forks source link

React App template #3

Open ok2ju opened 6 years ago

ok2ju commented 6 years ago

Add react app template (like https://github.com/ok2ju/modern-react-boilerplate)

alehatsman commented 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

ok2ju commented 6 years ago

It's boilerplate just for regular react application. I think what it should have the following:

shamin commented 6 years ago

@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?

ok2ju commented 6 years ago

@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?