purwokertodev / frontend-react

ReactJS Scaffolding (Webpack 3, sass, postcss, antd)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReactJS Scaffolding (Webpack 3, sass, postcss, antd)


Languages

Language:CSS 94.7%Language:JavaScript 5.3%Language:HTML 0.0%