Skip to content
/ create-node-app Public template

Create Node App with the help of Tailwind and Gulp.

Notifications You must be signed in to change notification settings

RestJS/create-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create NodeJs App

This is create for start Create NodeJs App and easily manage and scale your site.

Installation

$ npx degit RestJS/create-node-app <folder_name>

after clone native folder

$ cd <folder_name>
$ npm install

Used Packages

Sass, TypeScript, Tailwind, Gulp, NodeJs

Getting started

Run Gulp for covert TypeScript and SCSS to JavaScript and CSS command :-

  1. npm run gulp for start gulp.
  2. npm run start for start gulp.
  3. npm run build for build gulp.
  4. npm run dev for watch gulp.