Skip to content

kasra-ansari/react-redux-antd-adminPanel-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + redux + antd + admin panale + boilerplate

  • React
  • Redux
  • Babel
  • ES6
  • Ant-Design
  • Local Storage
  • React Router 4
  • Redux Action
  • Redux Logger
  • Webpack
  • PostCss
  • Less
  • ESLint
  • Example (Login & Dashboard page + Breadcrumb + sidebar + footer)

Development mode :

In the project directory, you must run:

    # npm i  
  or
    # yarn

for install modules. after install you can run:

    # npm start
  or
    # yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Test :

    # yarn test
  or
    # npm run test

Build mode (production) :

In the project directory, you must run:

   # npm build
 or
   # yarn build

Builds the app for production to the build folder.

The build folder is ready to be deployed.

note: You may serve it with a static server:
# yarn global add serve || # npm i serve --global
after install run:
# serve -s build

Contributing

Pull requests are welcome.

Pull requests Guidelines
  • Develop in a topic branch, not master
  • Make sure test-suite passes: yarn test
  • Add relevant tests to cover the change

About

A React + Redux + Ant-Design + admin panel + frontend boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published