/reactism

Reactism is a React Boilerplate based next.js

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Reactism

Reactism is a React Boilerplate based next.js

npm install -g reactism

Once installed, we can create project based on Reactism easily

reactism create yourprojectname

And Done! You can start your project now, in the folder please run npm install then run this optional script you can use:

  • npm run dev to see project in dev mode
  • npm run build for build project and then run npm start to see project in production mode
  • npm run export for make static file from your project
  • npm run docz:dev for see documentation
  • npm run docz:build to boild docz documentation

let us know if something goes wrong, enjoy your code!!!