perzeuss / react-starter-typescript

Boilerplate for a project using React, Typescript, Webpack + Babel, ESLint + Prettier and Styled-components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Webpack

Boilerplate for a project using React, Typescript, Webpack + Babel, ESLint + Prettier and Styled-components.

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

yarn
# or
npm install

Usage

Run the project in development mode:

yarn dev
# or
npm run dev

Deploy the project:

To deploy the application you need to have installed docker and docker-compose in your machine. After you need to have a docker-hub account and make login:

docker login

After login, run the command:

yarn build:server

About

Boilerplate for a project using React, Typescript, Webpack + Babel, ESLint + Prettier and Styled-components.


Languages

Language:TypeScript 58.4%Language:JavaScript 20.4%Language:Dockerfile 12.5%Language:HTML 8.7%