项目作者: morzhanov

项目描述 :
Prerender SPA Boilerplate allows you to start new web project from scratch using Prerender-SPA-Plugin, React, Mobx-State-Tree, Mobx and Styled components.
高级语言: JavaScript
项目地址: git://github.com/morzhanov/prerender-spa-boilerplate.git
创建时间: 2018-09-10T13:04:18Z
项目社区:https://github.com/morzhanov/prerender-spa-boilerplate

开源协议:MIT License

下载


Prerender SPA Plugin Boilerplate

Prerender SPA Boilerplate allows you to start new web project from scratch using Prerender-SPA-Plugin, React, Mobx-State-Tree, Mobx and Styled components.

Also this boilerplate contains babel configuration to use decorators from ES7 and HMR for React.

Based on MST React Boilerplate

Installation

Use these steps to install project

  1. 1. yarn install
  2. 2. yarn start

Build project:

  1. yarn build

to server and check project you can use http-server

Usage

  • In this project you can use Prerendering feature to increase performance and support SEO.
  • Uses webpack to build project.
  • Uses Babel to compile ES6 and ES7 code.
  • You can use SASS\SCSS within this boilerplate.
  • Check your code with ESLint and Prettier.
  • Supports styled components.
  • Supports hot-module-reload.

Main Technologies and libraries

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Vlad Morzhanov

License

(The MIT License)

Copyright (c) 2018 Vlad Morzhanov.
You can review license in the LICENSE file.