charlesdobson / react-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 81.5%Language:HTML 18.5%