Skip to content

sshmyg/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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