Skip to content

johnnykoo84/scoop

Repository files navigation

project scoop

About

Co-working Space Management Program still under the development. In development environment, webpack-dev-server will be launched together with Express.js server that has Hot Module Replacement enabled using react-hot-loader.
Both of client-side and server-side codes are written in ES6 syntax.

The port of Express.js server is 3000 and port of webpack-dev-server is 3001.

Installation

npm install -g webpack babel
npm install

Scripts

clean

# removes build directory and bundle.js
npm run clean

build

# transpiles ES6 codes of both client-side and server-side
npm run build

start

# starts the server with production environment
npm run start

development

# starts the server with development environment
# this will automatically do clean & build & run the server
npm run dev

About

coworking space management program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published