Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulclindo/boilterplate-webpack
Boilerplate for react projects using Styled Components
https://github.com/paulclindo/boilterplate-webpack
Last synced: 9 days ago
JSON representation
Boilerplate for react projects using Styled Components
- Host: GitHub
- URL: https://github.com/paulclindo/boilterplate-webpack
- Owner: paulclindo
- Created: 2019-12-27T22:29:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T16:16:15.000Z (over 4 years ago)
- Last Synced: 2024-12-22T05:29:27.387Z (20 days ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal React Boilerplate
My personal Boilerplate for react project using webpack, react and styled components
### Prerequisites
Install
```
npm install
```### Installing
For development env running
```
npm run dev
```
For production env```
npm run build
```## Running the tests
```
npm run test
```## Built With
React, webpack, Graphql & Jest
## Authors
- **Paul Ccari** - _Initial work_ - [Github](https://github.com/paulclindo)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details