https://github.com/wps13/boilerplate
React boilerplate using webpack.
https://github.com/wps13/boilerplate
boilerplate react webpack
Last synced: about 2 months ago
JSON representation
React boilerplate using webpack.
- Host: GitHub
- URL: https://github.com/wps13/boilerplate
- Owner: wps13
- Created: 2019-04-04T16:46:48.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:27:13.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:44:22.107Z (over 1 year ago)
- Topics: boilerplate, react, webpack
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate
This boilerplate contains webpack, integrated with the devServer, with configuration files for development and production modes.
### It's configured to use:
- ReactJS
- Jest
- Sass
- Eslint
- Prettier
- EditorConfig
### **How to use**
Clone the repository.
Install the dependencies
`yarn`
Start the aplication
`yarn start`
Initialize jest
`yarn test`
Generate the build
`yarn build`