Skip to content

Neverbland/create-react-app

 
 

Repository files navigation

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.

About

Create React apps with no build configuration.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 98.2%
  • Shell 1.1%
  • Other 0.7%