Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 633 Bytes

Jahe React Starter 2

A starter project for React 16.2, 🔥TypeScript 2.8, Redux, 🔥Webpack 4, Styled Components, React Intl (i18n), ESLint, Jest, 🔥Cypress (E2E testing) and 🔥Docker (nginx)

Getting Started

  1. Install yarn: https://yarnpkg.com/lang/en/docs/install
  2. Install dependencies with yarn install
  3. Start app with yarn start
  4. Visit http://localhost:3333

Docker

  1. Build Docker image: docker build -t jahe-react-starter-2-prod:version1.0 .
  2. Run Docker container: docker container run -d -p 80:80 jahe-react-starter-2-prod:version1.0
  3. Visit http://localhost

🔥 - New or Updated