altiore-react
v1.0.4
Published
Altiore react webpack sample for Create React App.
Downloads
16
Readme
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 start
npm run build