Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 758 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 758 Bytes

React Js Boilerplate

Environment requirement

Operating System: Ubuntu v18.04

NodeJS: v10.15.3

NPM: v6.4.1

Install Dependencies

Install project dependencies: npm install

Development (For Developer)

Run: npm start

Open browser at: http://localhost:8080

Please install flug-in ESLINT into your IDE for code convention auto checking

Develop Build

Run: npm run build:development

Copy all content in ./build for deployment

Staging Build

Run: npm run build:staging

Copy all content in ./build for deployment

Production Build

Run: npm run build

Copy all content in ./build for deployment

Check Convention

Javascript: npm run lint

CSS: npm run stylelint