altiore-react
Version:
Altiore react webpack sample for Create React App.
35 lines (30 loc) • 468 B
Markdown
# altiore-react
1. add to package.json
```json
"devDependencies": {
"altiore-react": "^0.2.0"
},
```
...
```json
"scripts": {
"start": "altiore-react start",
"build": "altiore-react build"
},
```
2. Necessary folder structure:
```
+-- app
| +-- components
| +-- helpers
| +-- pages
| +-- store
| +-- styles
| +-- index.js
+-- static
| +-- index.html
+-- package.json
```
3. available commands:
* `npm start`
* `npm run build`