Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 521 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 521 Bytes

React starter kit

Requirments:

  • node

Instalation notes:

  1. clone project: git clone https://github.com/ionghitun/react-start-app.git
  2. go to project directory: cd react-start-app
  3. run npm install
  4. create folders images and fonts in src/resources if they aren't there yet
  5. copy constants.example.js to constants.js and edit to match your environment
    1. run npm run dev - for development
      • run npm run prod
      • point a webserver to /public folder - for production