create-plone-react-app
v1.0.3
Published
Create plone react app with no configuration
Downloads
25
Maintainers
Readme
Plone in React
Installation
Install using Create-plone-react-app
Note: Please use node >=v8.11.2
Install Yarn: npm install -g yarn
yarn add --global create-plone-react-app
create-plone-react-app <appName>
cd <appName>
yarn dev //start the development server
Project Structure:
my-app
├── README.md
├── node_modules
├── scripts
├── locales
├── theme
├── webpack
├── customization.json
├── jest-preprocessor.js
├── jsconfig.json
├── test-setup.js
├── package.json
├── .gitignore
└── src
└── config
└── reducers
└── static
└── client.jsx
└── server.jsx
└── error.jsx
└── routes.jsx
└── start-server-prod.js
└── store.js
└── start-server.js
Features
- No configuration needed.
- Fixed development stack.
- Incredible fast website developing tool.