Skip to content

ravi-mone/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React boilerplate

For detailed info please read the blog where I have discussed this in details.

https://medium.com/@ankitsharma6466/building-react-app-part-2-architecture-boilerplate-683b992089a6

Quick Steps

setup

yarn install

runs static http dev server

yarn start

Create production build

yarn build

Generate View Component

yarn generate <COMPONENT_NAME> -r <ROUTE_NAME>

example

yarn generate orders -r myorders

NOTE:

1) route name is optional, if not specified then route with same name as component will be created

2) you can also use npm instead of yarn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published