modern-react-scripts

0.9.5-beta.5 • Public • Published

Modern react scripts

Installation

npm i -g create-react-app
create-react-app --scripts-version=modern-react-scripts my-app

Features

  • PWA enabled with a service worker and manifest.json
  • Progressively enhanced for browsers without certain features

Developer experience

  • SASS Loader
  • POSTCSS with cssnext
  • Access the src directory by using '@/path/to/your/file'

Goals

  • Above 85 points in Google's lighthouse benchmark

User guide

SCSS

If you would like to use a scss/sass file, you can import them just like a normal css file.

import './index.scss';

Please refer to Create react app User guide for features directly related to the create react app itself.

Recommendations

Links

FAQ

Will fiber be supported?

As soon as it is released officially and fully supported by create-react-app.

Will you support decorators?

As soon as they will be officially accepted in EcmaScript.

As soon as they will be officially accepted in EcmaScript.

Readme

Keywords

none

Package Sidebar

Install

npm i modern-react-scripts

Weekly Downloads

0

Version

0.9.5-beta.5

License

BSD-3-Clause

Last publish

Collaborators

  • foreggs