Skip to content

altiore/react-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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