Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 836 Bytes

Light boilerplate for react app 🤘

Includes:

Start:

    git clone https://github.com/serheyShmyg/frontend.git && \
    cd frontend && \
    npm install && \
    npm start;

Scripts

  • npm start - run webpack dev server with app (local server, watch)
  • npm run prod - make production build
  • npm run start:prod - start production build
  • npm run test - run tests
  • npm run test:watch - run tests in dev mode
  • npm run story - run react cosmos
  • npm run locale - generate localization messages