:skull: [NO MORE MAINTAINED] Fresh boilerplate with brand new hot reloading confing and other hipster stuff
The React-for-Hipsters Boilerplate is a fresh boilerplate that includes a brand new hot reloading configuration and other hipster-friendly features. It is designed for use with IE10+ and includes the latest versions of React, Redux, Director, Promise and Fetch polyfills, and the AirBnB ESLint Styleguide. It also comes with a brand new hot reloading feature for Webpack, the PostCSS library, and the debug-dude tool.
To install the React-for-Hipsters Boilerplate, follow the steps below:
git clone [repository-url]
{
"name": "your-project-name",
"author": "your-name",
"version": "1.0.0",
...
}
npm start
This will start the development server at http://localhost:3000, where you can view and test your application.
npm run build:test
This command will build the application with sourcemaps and other necessary features. The build files will be located in the /public directory.
npm run build:prod
This command will create a production-ready build of your application. The build files will also be located in the /public directory.
npm version patchnpm version minornpm version major
This will run ESLint and test your application. After passing the linting and tests, the version will be bumped in the package.json file, a version tag will be added, and all commits and tags will be pushed to your current branch.Please note that you will need to choose your own test framework, as the boilerplate does not automatically select one for you.
The React-for-Hipsters Boilerplate is a modern and feature-rich starter kit for developing React applications. Its key features include hot reloading, the latest versions of important libraries, the AirBnB ESLint Styleguide, PostCSS integration, and the debug-dude tool. The installation process is straightforward, requiring cloning the repository, updating the package.json file, and running a few npm commands. Overall, this boilerplate provides a solid foundation for building hip, modern React applications.