Skip to content

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

License

Notifications You must be signed in to change notification settings

dineshkumarl/parcel-typescript-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.0%
  • TypeScript 33.1%
  • HCL 26.0%
  • HTML 3.5%
  • SCSS 3.4%