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)
- Host: GitHub
- URL: https://github.com/purwokertodev/frontend-react
- Owner: purwokertodev
- Created: 2017-12-04T06:48:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T07:41:37.000Z (about 8 years ago)
- Last Synced: 2025-04-05T19:41:30.808Z (about 1 year ago)
- Topics: antd, react-boilerplate, reactjs, sass, webpack
- Language: CSS
- Size: 306 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)