An open API service indexing awesome lists of open source software.

https://github.com/graphql-editor/landing-page


https://github.com/graphql-editor/landing-page

Last synced: 4 months ago
JSON representation

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