A base project for React applications.
- 💅 Styled Components
- 📦 Webpack 5.9 (includes CSS Loader)
- 🧹 TypeScript 4.1
- 📃 Linting with ESLint + Airbnb JS Style Guide
- 🐩 Pre commit hooks with Husky (Run linter before commit)
#00171f #003459 #007ea7 #00A8E8
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 ESLint |
npm run lint:fix | Auto-fix code format issues with ESLint |
The MIT License (MIT)
Copyright (c) Johan Villanueva