Frontend-React Scaffolding Using React, webpack v3, and sass. Using Ant Design for based component.
- 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/.
npm start
run for development.npm run build
build for production.
- 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)
- Main Layout
For more information how to used components, please visit antdesign documentation