1.0.4 • Published 9 years ago
altiore-react v1.0.4
altiore-react
- 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