Skip to content

bos-hieu/front-end-react-redux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Make sure you've installed:

Nodejs

Webpack

2. I suggest you using npm-check-updates to check dependencies's updates

3. Installation

npm install

4. Linter to check syntax

npm run lint

5. Build

npm run build

6. Run in Dev mode

npm run dev

7. Run in Production mode

npm run prod

Or build and run in Production mode in single command

npm start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 2.9%
  • HTML 2.8%