chriscow / parcel-typescript-template

A template for a react app with Parcel, TypeScript, SASS, and ESLint, with Azure infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel / React / TypeScript / SASS / ESLint Template

This is a template project for a React application that uses the following toolchain:

I also include the following packages alongside React (including all tooling):

There are two directories:

  • infrastructure contains the Azure infrastructure.
  • webapp contains the front end code.

Deploying the web application (including infrastructure)

$> npm install
$> npm run deploy

Destroying the infrastructure

$> npm run infrastructure:destroy

About

A template for a react app with Parcel, TypeScript, SASS, and ESLint, with Azure infrastructure.

License:MIT License


Languages

Language:JavaScript 33.9%Language:TypeScript 33.1%Language:HCL 26.0%Language:HTML 3.5%Language:CSS 3.4%