Git Product home page Git Product logo

node-ts's Introduction

TypeScript Node/Express/SASS Template

Forked from the TypeScript-Node-Starter and stripped down, removing the opinionated packages; mongo, pug, async, bcrypt, bluebird, compression, nodemailer, passport, bootstrap, jquery, etc and services Azure, Sendgrid, etc.

Usage

Clone the repository, or, fork it, or,

git clone https://github.com/davidarvan/node-ts.git MY_PROJECT_NAME

Install dependencies

cd MY_PROJECT_NAME
npm install

Run in development

npm run watch

Open http://localhost:3000 in your browser.

Pre Deployment

It's required to convert the TypeScript to Javascript and SASS to CSS to be run in a Node environment. Build the typescript and sass by running the following before deploying to a live staging/production/etc server.

npm run build

Scripts

Npm Script Description
start Start and serve the built server.
build Full build for deployment
build:* Build/compile the various components.
lint Runs ESLint on project
test Runs tests using Jest
watch Runs all watch tasks (TypeScript, Sass, Node).
watch:* Run the various components in 'watch' mode.

License

Carries the same license as set by Microsoft in the original.

Licensed under the MIT License.

node-ts's People

Contributors

peterblazejewicz avatar bmiddha avatar amodolo avatar alan-agius4 avatar dmt avatar dependabot[bot] avatar kevguy avatar davidarvan avatar deilan avatar konradlinkowski avatar meir017 avatar microsoftopensource avatar nmchaves avatar sebastianseilund avatar atefbb avatar carlossolrac avatar carlosklapp avatar cbenz avatar danielrosenwasser avatar davojan avatar t49tran avatar theel0ja avatar fpoumian avatar pgilad avatar graystrider avatar jarifibrahim avatar irenexychen avatar jason-cooke avatar jipingwang avatar jareechang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.