Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 885 Bytes

README.md

File metadata and controls

70 lines (48 loc) · 885 Bytes

Basic React Setup

This is a fast, lightweight, open source and highly customizable React setup template and enforcing industry level coding style like airbnb created using Webpack, TailwindCSS, Babel, SVGR, PostCSS, ESLint and Prettier.

Run Locally

Clone the project

  git clone <github_url> <project_name>

Go to the project directory

  cd <project_name>

Install dependencies

  npm install
  yarn

Start the server

  npm run dev
  yarn dev

Build

To build this project run

  npm run build
  yarn build

Features

  • Lightweight
  • faster
  • highly customizable
  • easy to customize
  • TailwindCSS
  • Webpack
  • Babel
  • open source
  • SVGR
  • PostCSS

License

MIT

Authors