parcel-typescript-template
parcel-typescript-template copied to clipboard
A template for a react app with Parcel, TypeScript, SASS, and ESLint, with Azure infrastructure.
Parcel / React / TypeScript / SASS / ESLint Template
THIS PROJECT IS NO LONGER MAINTAINED - DO NOT USE
This is a template project for a React application that uses the following toolchain:
- Bundler: Parcel
- Language: TypeScript
- CSS: SASS
- Code Linter: ESLint
- Style Linter: Stylelint
- Visual Test: Storybook
I also include the following packages alongside React (including all tooling):
There are two directories:
infrastructurecontains the Azure infrastructure.webappcontains the front end code.
Deploying the web application (including infrastructure)
$> npm install
$> npm run deploy
Destroying the infrastructure
$> npm run infrastructure:destroy