Skip to content

JamieHo3312/s3-portal-ui

 
 

Repository files navigation

S3 Portal

Constructing

  • Angular
  • AngularUI Router
  • Angular Translate
  • Angular Material
  • Webpack
  • Babel
  • ESLint
  • BrowserSync

Requirement

Node >= 4.2.0

Usage

Copy the ./config.example.js file to ./config.js and configure the file for your environment:

$ cp config.example.js config.js
$ vim config.js

Install dependencies:

$ npm install

Open another terminal and running below command:

$ npm start

http://localhost:3001 will automatically open with browser-sync.

Build

Build the bundle js:

$ npm run build

The static file will build on ./dist.

You can start the production server:

$ npm run prod

Test

$ npm test

Lint

$ npm run lint

Referencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.5%
  • HTML 28.0%
  • CSS 9.5%