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)
- Install yarn: https://yarnpkg.com/lang/en/docs/install
- Install dependencies with
yarn install
- Start app with
yarn start
- Visit
http://localhost:3333
- Build Docker image:
docker build -t jahe-react-starter-2-prod:version1.0 .
- Run Docker container:
docker container run -d -p 80:80 jahe-react-starter-2-prod:version1.0
- Visit
http://localhost
🔥 - New or Updated