/react-boilerplate

A minimal boilerplate for building React applications using Webpack, ESLint, Prettier, Jest, and @testing-library/react

Primary LanguageJavaScriptMIT LicenseMIT

Application Title

Application description

📷 Screenshots

Add some screenshots here!

🚀 Getting Started

🔩 Installation

To clone the repo and install dependencies:

git clone https://github.com/YOUR_USERNAME/YOUR_APPLICATION_NAME.git
cd YOUR_APPLICATION_NAME
yarn install

🔧 Development

To start the development server on port 3000 and open the application in the browser:

yarn start

🔨 Production

To build the application for production:

yarn build

🏆 Tests

To run the tests:

yarn test

🔒 License

This project is licensed under the terms of the MIT License