almcreact
v1.0.5
Published
React project setup with Typescript, Parcel, Eslint & Prettier
Maintainers
Readme
React web project setup with Typescript, Parcel, Eslint & Prettier
Creates a new web project with minimal number of files to support Typescript, Eslint and Prettier.
- TypeScript: JavaScript With Syntax For Types.
Strongly typed programming language backwards compatible with javascript. - Parcel: The zero configuration build tool for the web
A fast and simple alternative to webpack - ESLint: Pluggable JavaScript linter
Find and fix problems in your JavaScript code - Prettier: An opinionated code formatter
Enforces consistent formatting for different projects (and programmers).
It creates a subfolder with the given name and with the minimum required startup files.
Usage:
npx almcreact <appname>
To test the application:
cd <appname>
npm i
npm run start
