Skip to content

thefeqy/node-ts

Repository files navigation

Node - Express - Typescript starter kit

First

You need to clone the repository by running this command:

    $ git clone https://github.com/osclancer/node-ts [project name]

replace [project name] with yours

you need to copy the example config and fill it with your configurations:

    $ cp .env.example .env

Now, you need to install the application dependencies, by running the following command:

    $ npm install

After that you can run the program using dev script:

    $ npm run dev

For test

you can use test special script as well.

    $ npm test

Happy hacking

About

noejs - express - typescript `Starter kit`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors