Web Frontend Dev Starter Kit.
https://github.com/kojiyamauchi/frontend-dev-starter-kit
Creating Optimization of I Think About Various Things Necessary for the Development of Recently Front End & Designs.
Usage.
- Clone or Download This Repository in Project Root Dir.
- Initialize package.json
- ->
yarn init
- ->
- Install All Packages.
- ->
yarn install
- ->
- When Creating Static Website.
- ->
gulp
oryarn gulp
- ->
- When Creating Web Application, Using JavaScript Framework or Library.
- Development ->
yarn dev
- Build ->
yarn build
- Development ->
ー
- Check npm Package Update Version. ( ncu )
- ->
yarn check-pkg
- ->
- Update npm Package on package.json. ( ncu )
- ->
yarn update-pkg
- ->
- Delete yarn.lock & node_modules.
- ->
rm yarn.lock
&rm -rf node_modules
- ->
- Re:Install All Packages.
- ->
yarn install
- ->
Top comments (0)