Skip to content

MarcLlobet/generator-react-and-friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-react-and-friends

A boilerplate generator for react projects.

Installation

If you haven't yet, create the folder of your new project, place yourself there:

mkdir my-new-project
cd my-new-project

Run the generator:

yo react-and-friends

Stack

  • Webpack
    • Dev server
    • Optimization
    • HTML template
  • Javascript
    • Babel
    • Typescript
  • React
    • JSX
  • CSS
    • CSS modules
    • SCSS
  • Linters / Formatters
    • Eslint
    • Prettier
    • Stylelint
  • Testing
    • Jest
    • Enzyme
    • React test renderer

TO DO:

  • Webpack alias
  • Jest environment

About

Generator of boilerplates to start a react project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published