All Projects → vtereshyn → React Typescript Eslint Starter

vtereshyn / React Typescript Eslint Starter

👍 🚀 Quick start with React/TypeScript without Create React App

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to React Typescript Eslint Starter

Javascript Airbnb
Перевод «JavaScript Style Guide» от Airbnb
Stars: ✭ 579 (+3518.75%)
Mutual labels:  eslint
Xo
❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults
Stars: ✭ 6,277 (+39131.25%)
Mutual labels:  eslint
Angular Eslint
✨ Monorepo for all the tooling related to using ESLint with Angular
Stars: ✭ 705 (+4306.25%)
Mutual labels:  eslint
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (+3668.75%)
Mutual labels:  eslint
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+3981.25%)
Mutual labels:  eslint
Tslint To Eslint Config
Converts your TSLint configuration to the closest possible ESLint equivalent. 🚀
Stars: ✭ 680 (+4150%)
Mutual labels:  eslint
Eslint Plugin Jsdoc
JSDoc specific linting rules for ESLint.
Stars: ✭ 516 (+3125%)
Mutual labels:  eslint
Prettier Standard
Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
Stars: ✭ 801 (+4906.25%)
Mutual labels:  eslint
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+3981.25%)
Mutual labels:  eslint
Eslint Plugin Jest
ESLint plugin for Jest
Stars: ✭ 699 (+4268.75%)
Mutual labels:  eslint
Eslint d.js
Makes eslint the fastest linter on the planet
Stars: ✭ 615 (+3743.75%)
Mutual labels:  eslint
Wemake Vue Template
Bleeding edge vue template focused on code quality and developer happiness.
Stars: ✭ 645 (+3931.25%)
Mutual labels:  eslint
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+4250%)
Mutual labels:  eslint
Linter Eslint
ESLint plugin for Atom Linter
Stars: ✭ 583 (+3543.75%)
Mutual labels:  eslint
Eslint Plugin Node
Additional ESLint's rules for Node.js
Stars: ✭ 740 (+4525%)
Mutual labels:  eslint
Esprint
Fast eslint runner
Stars: ✭ 556 (+3375%)
Mutual labels:  eslint
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+4137.5%)
Mutual labels:  eslint
Eslint Config Jonnybuchanan
Personal ESLint setup as a single devDependency
Stars: ✭ 5 (-68.75%)
Mutual labels:  eslint
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4587.5%)
Mutual labels:  eslint
Standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
Stars: ✭ 26,433 (+165106.25%)
Mutual labels:  eslint
Shield Shield Shield

React Typescript Starter with Eslint and Babel

eslint babel typescript

Description

The problem of typing has long been known to all Javascript developers. Someone resolves it with the help of a Flow, someone with the help of something else, and someone with the help of a TypeScript. This repository allows you to make quick in React Development using TypeScript.

This boilerplate uses Webpack, Eslint, CSS Modules and Babel.

You don't need Create React App

Pull Requests are very welcome!

Usage

git clone [email protected]:vtereshyn/react-typescript-eslint-starter.git

or

git clone https://github.com/vtereshyn/react-typescript-eslint-starter.git

Install

With Yarn:

yarn

With NPM:

npm i

Development mode

With Yarn:

yarn dev

With NPM:

npm run dev

Run linters

With Yarn:

yarn lint

With NPM:

npm run lint

Fix lint issues

With Yarn:

yarn lint-fix

With NPM:

npm run lint-fix

Build project

With Yarn:

yarn build

With NPM:

npm run build

Dist folder will have a structure like:

dist
- public
-- assets
-- js
-- styles
-- index.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].