Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.07 KB

About

Simple react app template app that uses create-react-app but pre-configured to use tailwind CSS and redux toolkit.

Prerequisites

This project requires NodeJS v12 or later and npm to run.

  • Install node JS from here

Features

  • Configured Redux toolkit
  • Configured to use tailwind CSS.
  • Well structured folder structure.
  • Configured to use axios
  • Configured to use react-router

Usage

  • Clone this repo using git clone https://github.com/erandakarachchi/react-boilerplate.git
  • Navigate to project root using the terminal and run npm install
  • Run the project using npm start
  • Run the tests using npm test
  • Create a production builds using npm run build

Contact ☺️

Contact me on @erandakarachchi on twitter if there is anything.