An open API service indexing awesome lists of open source software.

https://github.com/purwokertodev/frontend-react

ReactJS Scaffolding (Webpack 3, sass, postcss, antd)
https://github.com/purwokertodev/frontend-react

antd react-boilerplate reactjs sass webpack

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Scaffolding for react
Frontend-React Scaffolding Using [React](https://reactjs.org/), [webpack v3](https://webpack.js.org/), and [sass](http://sass-lang.com/). Using [Ant Design](https://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

* [x] Input text
* [x] Input textarea
* [x] Input Number Only
* [x] Input Search
* [x] Input Select Option (Single and Multivalue)
* [x] Input Tag
* [x] Input Date (Single Date)
* [x] Input Date (Range Picker)

## What's next
* [ ] Main Layout

For more information how to used components, please visit [antdesign documentation](https://ant.design/docs/react/introduce)