Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 .

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