/create-react-app

Create React apps with no build configuration.

Primary LanguageJavaScriptOtherNOASSERTION

Neverbuild

Kickstarts a new React app - fork of Create React App

  • User Guide – How to develop apps bootstrapped with Create React App.

Features

  • Create React App features + ...
  • React Router
  • SCSS
  • SVG sprites
  • Assets optimisation (png, jpg, svg, ...)
  • Automatic polyfilling (using Polyfill.io)

Getting started

  • Install: npm install
  • Start dev: npm start
  • Production build: npm run build

Testing

  • Lint SCSS: npm run lint:scss

Writing CSS

We use BEM across our projects.

Polyfills

We use Polyfill.io to polyfill missing Javascript functionality. Simply add any missing functionality by appending the polyfill.io url in src/public/index.html with the feature you need.

Recommended Tools

License

MIT license

This project was bootstrapped with Create React App.