A template for a react app with Parcel, TypeScript, SASS, and ESLint, with Azure infrastructure.
The Parcel / React / TypeScript / SASS / ESLint Template is a template project for a React application that provides a pre-configured toolchain for easy development. It includes Parcel as the bundler, TypeScript as the language, SASS as the CSS preprocessor, and ESLint as the code linter. It also includes additional packages like React Router and Ant Design. The template is no longer maintained and should not be used.
To install the Parcel / React / TypeScript / SASS / ESLint Template, follow these steps:
git clone [repository-url]
cd [repository-name]
npm install
npm start
http://localhost:3000 to see the application running.The Parcel / React / TypeScript / SASS / ESLint Template is a pre-configured template project for a React application. It provides a toolchain that includes Parcel as the bundler, TypeScript for static typing, SASS for CSS preprocessing, and ESLint for code linting. Additional packages like React Router and Ant Design are also included. The template is no longer maintained, but it can serve as a starting point for building React applications with a modern toolchain.