Hello new padawan's and old Jedi's this is a simple boilerplate for init a project with:
- Eslint Configured
- EditorConfig
- Basic .gitignore
- Last feature of babel
- Some npm tasks
- .gitattributes for linux support files
npm run linterthis task is useful for indentify some error's and warn's what eslint give for us.
npm run devthis task up server in port8080always running before linter for check the code and after up a server with nodemon watching file changes.
npm run startthis is a default task for production, running a linter for check the code and transpile babel.
npm run testnot implemented yet, you can also send a pull request for this repo with teste feature, it would be great :).
if you are using Visual Studio Code you can improve your project doing changes in user settings and workspace settings for a better developement experience.