Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lnked/electron-react-typescript-starter

Repository files navigation

license


Electron react typescript starter

Installation

GIT

# Create project folder
mkdir app
# Go to the project root
cd app
# Clone the repository (stable branch)
git clone -b master git@github.com:lnked/electron-react-typescript-starter.git .
# OR download the latest release at: git@github.com:lnked/electron-react-typescript-starter/releases/latest

OR

git init
git remote add origin git@github.com:lnked/electron-react-typescript-starter.git
git fetch origin
git pull origin master
# Install
yarn
# or
npm i

Run tasks

# Start a development server
yarn start
# Build apps
yarn build
# Lint
yarn lint
# Lint fix
yarn lint:fix

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /