https://github.com/hasibomi/nodejs-project-setup
Nodejs basic project setup
https://github.com/hasibomi/nodejs-project-setup
basic-project boilerplate es6 nodejs
Last synced: about 1 month ago
JSON representation
Nodejs basic project setup
- Host: GitHub
- URL: https://github.com/hasibomi/nodejs-project-setup
- Owner: hasibomi
- Created: 2017-07-25T17:32:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T18:53:20.000Z (over 8 years ago)
- Last Synced: 2025-01-25T16:11:32.242Z (about 1 year ago)
- Topics: basic-project, boilerplate, es6, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs-project-setup
It is a basic project setup of a Nodejs application in ES6. Everybody can use it.
#### Info
I am using `babel` to transpile from es6 & `jade` as template engine. View files are loaded from `views` folder. Static files are loaded from `assets` folder.
### Installation
1. Clone the repo
2. cd `nodejs-project-setup`
3. Run `rm -rf .git`
4. Run `npm install`
5. Run `npm run build` to get transpiled files from es6
6. To continue development in your project, use `npm run dev` to watch your changes.