https://github.com/graphql-editor/landing-page
https://github.com/graphql-editor/landing-page
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graphql-editor/landing-page
- Owner: graphql-editor
- Created: 2019-01-04T09:32:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T14:56:11.000Z (over 7 years ago)
- Last Synced: 2025-01-01T21:46:32.086Z (over 1 year ago)
- Language: HTML
- Size: 5.39 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Boilerplate for Sloths
Zzzzz...
😴 Blazing fast website development platform for lazy but talented js/ts sloths
## Contains
- [x] [Slothking Libs](https://www.slothking.com/)
- [x] [Typescript](https://www.typescriptlang.org/)
- [x] [React](https://facebook.github.io/react/)
- [x] [Undux](https://github.com/bcherny/undux)
- [x] [React Router](https://github.com/ReactTraining/react-router)
### Build tools
- [x] [Webpack](https://webpack.github.io) 4
- [x] [Tree Shaking](https://medium.com/@Rich_Harris/tree-shaking-versus-dead-code-elimination-d3765df85c80)
- [x] [Webpack Dev Server](https://github.com/webpack/webpack-dev-server)
- [x] [Typescript Loader](https://github.com/TypeStrong/ts-loader)
- [x] [PostCSS Loader](https://github.com/postcss/postcss-loader)
- [x] [CSS next](https://github.com/MoOx/postcss-cssnext)
- [x] [CSS modules](https://github.com/css-modules/css-modules)
- [x] [React Hot Loader](https://github.com/gaearon/react-hot-loader)
- [x] [ExtractText Plugin](https://github.com/webpack/extract-text-webpack-plugin)
- [x] [HTML Webpack Plugin](https://github.com/ampedandwired/html-webpack-plugin)
- [x] [Prettier](https://github.com/prettier/prettier)
## Setup
```
$ npm install
```
## Running
```
$ npm start
```
## Build
```
$ npm run build
```
## Prettier
```
$ npm run prettier
```
# License
MIT