- add to package.json
"devDependencies": {
"altiore-react": "^0.2.0"
},...
"scripts": {
"start": "altiore-react start",
"build": "altiore-react build"
},- Necessary folder structure:
+-- app
| +-- components
| +-- helpers
| +-- pages
| +-- store
| +-- styles
| +-- index.js
+-- static
| +-- index.html
+-- package.json
- available commands:
npm startnpm run build