altiore / react-base

Altiore react webpack sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

altiore-react

  1. add to package.json
  "devDependencies": {
    "altiore-react": "^0.2.0"
  },

...

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

About

Altiore react webpack sample


Languages

Language:JavaScript 96.6%Language:HTML 2.5%Language:CSS 0.9%