/Enhanced-React-JS-Template

React ready-to-use template with some useful development features integrated.

Primary LanguageJavaScriptMIT LicenseMIT

Enhanced React Template

This is a template for those who want to start a React project without having to configure everything everytime from scratch.

Which features does it include?

Main features

Note: for those looking for the same template with TypeScript, see this project.

Other features

Getting Started

Install

Create the project by cloning it. It creates a folder called "react-project".

git clone https://github.com/call0fcode/Enhanced-React-Template react-project

Access the project directory.

cd react-project

Install dependencies.

npm install

Launch the project in development mode with hot reload at http://localhost:3000 (it will be opened automatically on the default browser).

npm run dev

Build

npm run build

License

This project is licensed under the MIT License.