A base project for React applications.
- 💅 Styled Components
- 📦 Webpack 5.9 (includes CSS Loader)
- 🧹 Babel 7.12
- 📃 Linting with ESLint + StandardJS
- 🐩 Pre commit hooks with Husky (Run linter before commit)
| Script | Description |
|---|---|
| npm install | Install all dependencies |
| npm run start | Run development server on http://localhost:3000/ |
| npm run build | Build for production |
| npm run lint | Linting code with Standard |
| npm run format | Auto-fix code format issues with standard |
The MIT License (MIT)
Copyright (c) Johan Villanueva