Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujilnt/reactboilerplate-old
A boilerplate to create small frontend projects using React.js .
https://github.com/sujilnt/reactboilerplate-old
babel es6 es7 react-component reactjs shell-scripting shell-scripts webpack3
Last synced: about 1 month ago
JSON representation
A boilerplate to create small frontend projects using React.js .
- Host: GitHub
- URL: https://github.com/sujilnt/reactboilerplate-old
- Owner: sujilnt
- Archived: true
- Created: 2018-05-26T12:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T22:30:19.000Z (over 5 years ago)
- Last Synced: 2024-09-27T22:07:24.685Z (about 1 month ago)
- Topics: babel, es6, es7, react-component, reactjs, shell-scripting, shell-scripts, webpack3
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Boilerplate
A boilerplate created for easy use for creating React projects ..!# Specialities,
- `Babel env ` , `webpack 3`, `Scss to css`,`Html`, `Images , Automated Script to create stateless and statefull components `# commands
- `yarn run dev`
- `yarn build`# How To React create Components Easily
`cd scr/scripts/``sh createcomponents.sh `
Some Examples of how to create React component using this script
To create stateless React component
`sh createcomponent.sh Button stateless`# To create statefull React component
`sh createcomponent.sh TextField `
Automatically once a component is created,component is automatically added to working tree, no need to manually add this component. you just need to commit it .
# server running
http://localhost:8080/#
This is a general ES6,ES7 boilerplate that is used for builiding React Js projects . In this boilerplate all almost all the things are taken care like css,ES6 , images and Html . Best use for to create sample frontend projects. Here is my js boilerplate , where React boilerplate is build on jsBoilerplate.https://github.com/sujilnt/jsboilerplate