1.1.2 • Published 3 years ago

react-dyg v1.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

INITO

React app with: webpack, wepback-dev-server, eslint, jss, proptypes, babel, react-router 4 with code splitting

GENERATE NEW PROJECT

INITO STACK

  • react
  • react-router
  • i18next + react-i18next
  • jss || css-loader
  • proptypes
  • eslint
  • babel
  • webpack + webpack-dev-server
  • enabled code splitting with React.lazy and Suspense
  • components generation with create-component-app
  • built in HttpClient with wretch

CREATE NEW COMPONENT

  • npm run generate:component
  • it will ask the component name
  • it will create a component under the src/components folder
  • components are composed by:
    • COMPONENT_NAME.js
    • COMPONENT_NAME.styles.js

CREATE NEW PAGE

  • npm run generate:page
  • it will ask the page name
  • it will create a page under the src/pages folder
  • components are composed by:
    • PAGE_NAME.js
    • PAGE_NAME.styles.js

UPDATE VERSION

  • npm run version
  • it will ask you the level of version to update (1.0.0) from 1 to 3
  • update package.json and package-lock.json version

FORMAT PROJECT STYLE

  • npm run prettier
  • it will update all files with the .prettierrc and .eslintrc.js configurations

BUILD APP

  • npm run build
  • it will create a project build in /dist

DEV INSTALL

  • clone repository: git clone <repository_url>
  • cd path/to/app
  • run npm install
  • npm run build - first time and when there are changes in /public
  • npm start
  • app will run at http://localhost:3000
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.99

4 years ago

1.0.93

4 years ago

1.0.92

4 years ago

1.0.91

4 years ago

1.0.9

4 years ago

1.0.81

4 years ago

1.0.8

4 years ago

1.0.71

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago