Heladit000 / react-default-template

My personal start template to create a React project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React default template

My personal start template to create a React project

  • Webpack
  • Sass
  • Dev server
  • Babel
  • Dotenv
  • Gitignore
  • React
  • Prettier

install:

npm install

Scripts:

Run scripts with: npm run [script-name]

npm-script-name description
update Search for dependencies updates
build Compiles the project in dist folder
start Serve Webpack dev server
commit Add changes and commit
commit-patch Add changes, update package patch version and commit
commit-minor Add changes, update package minor version and commit
commit-major Add changes, update package major version and commit

Change the name of the project and the remote repository and start code!

About

My personal start template to create a React project


Languages

Language:JavaScript 83.6%Language:SCSS 11.2%Language:HTML 5.3%