Skip to content

carsenchan/babel7-express-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express ES6 Setup

Repo is setup for testing, playground and quick setup. It includes babel 7 setup, which is the most important purpose of the repo.

Installation

If you are using npm

npm install

or using yarn

yarn

Run

For npm

npm start

For yarn

yarn start

DOCKER

The repo is named as node-server, if wanted to change the name of container, please update container_name in ./docker-compose.yml

...
container_name: node-server
...

Testing

Mocha and chai would be used in the repo, and you need to add unit test and test suits by yourself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors