Skip to content

ImuruKevol/react-express-webpack-boiler_plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Modules

  • yarn upgrade

Structure

.
β”œβ”€β”€ README.md
β”œβ”€β”€ todo-client
β”‚Β Β  β”œβ”€β”€ build
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ bundle.db1d9dd7dcd019600ece.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”‚Β Β  └── style.css
β”‚Β Β  β”œβ”€β”€ config
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ webpack.config.dev.js
β”‚Β Β  β”‚Β Β  └── webpack.config.prod.js
β”‚Β Β  β”œβ”€β”€ package-lock.json
β”‚Β Β  β”œβ”€β”€ package.json
β”‚Β Β  β”œβ”€β”€ public
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ favicon.ico
β”‚Β Β  β”‚Β Β  └── index.html
β”‚Β Β  β”œβ”€β”€ src
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ App.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ App.scss
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ App.test.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ index.js
β”‚Β Β  β”‚Β Β  └── serviceWorker.js
β”‚Β Β  └── yarn.lock
β”œβ”€β”€ todo-server
β”‚Β Β  β”œβ”€β”€ app.js
β”‚Β Β  β”œβ”€β”€ bin
β”‚Β Β  β”‚Β Β  └── www
β”‚Β Β  β”œβ”€β”€ package-lock.json
β”‚Β Β  β”œβ”€β”€ package.json
β”‚Β Β  └── routes
β”‚Β Β      β”œβ”€β”€ index.js
β”‚Β Β      └── users.js
└── tree

Usage

  • Start
    • npm install
  • yarn build
  • yarn start
  • nodemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors