Skip to content

haryanapnx/skeleton-create-react-app-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature skeleton-create-react-app-cli

  • Create new component or feature generate using CLI
  • Dynamic Spliting Code
  • Styling with SCSS
  • Absolute path
  • State Management using Redux, Redux-Thunk and Redux-Persist
  • Suport React Hooks

Generate new Feature/Component using CLI

  • You can generate component,
    run npm run generate features [your_feature_name]
  • successfully created your [your_feature_name], you can see on folder features

Kick start the project

  • Clone this project repository, copy this command git clone https://github.com/haryanapnx/skeleton-create-react-app-cli.git on your terminal.
  • Run npm install or yarn install in project root

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

skeleton CRA, generate component/features with CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published