Skip to content

alejandro-zapeta/template-typescript-react-without-create-react-app

Repository files navigation

React v18 TypeScript Template without create-react-app

You decided to use a project without using "create-react-app"; This template is for you. This is a clean template; covers all the things you will need for a front-end project. This template have an ESLint template that covers React/JSX styling. This project will run on Sublime, ATOM or VSCode (Just install your preferred ESLint-plugin)

🛠️ Installation Steps:

1. Clone it

git clone https://github.com/zapetin52/template-typescript-react.git

2. Install dependencies

npm install | yarn install

3. Start coding :D

💻 Built with

Technologies used in the project:

  • ReactV18
  • TypeScript
  • Webpack
  • Babel
  • Webpack-dev-server
  • ESLint