https://github.com/iagolaguna/express-boilerplate
Is a simple structure for creating future projects
https://github.com/iagolaguna/express-boilerplate
boilerplate express express-boilerplate expressjs expressjs-boilerplate javascript node-boilerplate nodejs nodejs-boilerplate
Last synced: 2 months ago
JSON representation
Is a simple structure for creating future projects
- Host: GitHub
- URL: https://github.com/iagolaguna/express-boilerplate
- Owner: iagolaguna
- Created: 2017-09-28T22:21:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T02:36:56.000Z (over 7 years ago)
- Last Synced: 2025-01-19T20:47:06.371Z (4 months ago)
- Topics: boilerplate, express, express-boilerplate, expressjs, expressjs-boilerplate, javascript, node-boilerplate, nodejs, nodejs-boilerplate
- Language: JavaScript
- Size: 32.2 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Boilerplate
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 tasks explanations
> ### Linter
> `npm run linter` this task is useful for indentify some error's and warn's what eslint give for us.
> ### Dev
> `npm run dev` this task up server in port `8080` always running before linter for check the code and after up a server with nodemon watching file changes.
> ### Start
> `npm run start` this is a default task for production, running a linter for check the code and transpile babel.> ### Test
> `npm run test` not implemented yet, you can also send a pull request for this repo with teste feature, it would be great :).# PS
if you are using [Visual Studio Code](https://code.visualstudio.com/) you can improve your project doing changes in user settings and workspace settings for a better developement experience.