Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamboacarlos/style-stuff-store
Style&Stuff e-commerce
https://github.com/gamboacarlos/style-stuff-store
Last synced: about 2 months ago
JSON representation
Style&Stuff e-commerce
- Host: GitHub
- URL: https://github.com/gamboacarlos/style-stuff-store
- Owner: gamboacarlos
- Created: 2021-04-20T23:19:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T16:38:23.000Z (5 months ago)
- Last Synced: 2024-08-17T17:47:12.505Z (5 months ago)
- Language: TypeScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack 5 boilerplate for React/TS
_Webpack 5 configuration for React with Typescript support, CSS modules, testing and many other features_
## Starting 🚀
_Clone the repository to your machine_
```
git clone https://github.com/gamboacarlos/webpack5-ts-react-boilerplate.git
```### Instalation 🔧
_Just need Node.js v14 or higher and Yarn package manager_
_Go to the repository folder and install using:_```
yarn
```