This is a basic template of Webpack configuration for React.
- webpack
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Click on the "Code" button and copy the HTTPS link.
- Clone the repository:
git clone <you_repository_link>
. - Move to the local project:
cd <Your_repository_name>
. - run
npm install
.
- Install node-js
- Click on
Use this template
. - Choose a name for your repo.
- Click on "Create repository from template".
- Clone your new repository:
git clone <you_repository_link>
- Move to your local repository:
cd <Your_repository_name>
. - run
npm install
- follow the steps on the "How to use it?" section,
- run
npm run dev
. - run
npm run build
. - It will open a basic project using react hooks. 4.1 You can enjoy the jokes or start working on your project 😁.
- This template is configured to avoid using
import React from 'react'
. - It is only necessary to import the
ReactDOM
and hooks if necessary.
👤 Kenvin Cotrina
- GitHub: kcotrinam
- Twitter: @kcotrinam_dev
- LinkedIn: KevinCotrina
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.