Skip to content

kateryname/simple-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Boilerplate

Features:

CLI commands

  • npm run dev - run development server with HMR and watch all changes (log of webpack is minimized)
  • Now you can open the app in your browser via url
  • npm run build - build and minify all files for production (create build folder)

Coding agreement

Lets start using editorconfig and eslint for this project. This help us to have one code style for the whole project. All code styles rules should be specified in /.eslintrc.

Code formatting and linting

  • Used next libraries:

    • Eslint - resolves all Code Equality rules(for example no-unused-vars)

New features(if you add new aliases)

IDE and editors should be restarted to be able to resolve new aliases