DEV Community

Nima Habibkhoda
Nima Habibkhoda

Posted on

3 2

React sexy easy boilerplate

hi guys .
have you ever been worried about creating a SSR react boilerplate with every UI Kits or state managements? πŸ˜“
yes,it was my challenge,to handle this boilerplates.
every time,i had to clone a repo and use npm i,it was not very important,the most important thing was populating experiences of expert react developers in my projects.
for this reasons,i decided to develop a package named "React easy boilerplate". 😁 😁
a CLI package to moderate and generate easy boilerplates for your Reactjs projects. πŸ˜‹ πŸ˜‹
it is very easy to use.
this package has four UIKits

  • jss
  • material-ui
  • postcss
  • ant design

and two state managements

  • context api
  • redux

for now,redux is enable with postcss and jss,as it's UI kit.

the other boilerplates will be ready as soon as we can.

I hope it is useful and can help you to generate easy SSR boilerplates.

github πŸ’“ πŸ’“

react easy boilerplate

installation

npm i -g react-easy-boilerplate
Enter fullscreen mode Exit fullscreen mode

usage

1- run the command below on cmd or terminal

$ react-easy-boilerplate
Enter fullscreen mode Exit fullscreen mode

2- cd to your project folder

3- run commands below :

npm run start:dev   // run development server
npm run build:prod //build production 
npm run start:prod  // run production server (ssr)
Enter fullscreen mode Exit fullscreen mode

reb1
reb2
reb3
reb4
reb5
reb6

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More