Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 962 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 962 Bytes

Scaffolding for react

Frontend-React Scaffolding Using React, webpack v3, and sass. Using Ant Design for based component.

How to start

  • Open your terminal
  • Clone or download this repository to your directory folder.
  • Change it into your installation folder.
  • Install dependencies via npm install.
  • Run project by npm start.
  • Open your browser and hit http://localhost:8080/.

Script

  • npm start run for development.
  • npm run build build for production.

Components

  • Input text
  • Input textarea
  • Input Number Only
  • Input Search
  • Input Select Option (Single and Multivalue)
  • Input Tag
  • Input Date (Single Date)
  • Input Date (Range Picker)

What's next

  • Main Layout

For more information how to used components, please visit antdesign documentation