Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Typescript boilerplate with Babel and ESLint

Notifications You must be signed in to change notification settings

KOJI-SAS/typescript-babel-eslint-boilerplate

Repository files navigation

my-app-name

Installation

cp .env.dist .env
cp .env.dist .env.production
cp .env.dist .env.staging

yarn

Running the app

# development
yarn dev

# staging
yarn staging

# production
yarn build && yarn prod

# production deploy
yarn deploy

About

Typescript boilerplate with Babel and ESLint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published