Skip to content

liady/react-minimal-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Minimal Boilerplate

A very lean React boilerplate, using webpack.

Development

Run the following commands:

npm install
npm run dev

Navigate your browser to localhost:8181 to see the results. The files are watched, so all changes are automatically built.

Production

Run the following commands:

npm install
npm run webpack

The bundled file is created in public/js/bundle.js

File structure

public/
    js/
        bundle.js
    index.html
src/
    components/
        Item.js
        List.js
        Root.js
    styles/
        styles.scss
    index.js
package.json
webpack.config.js

Included libraries

License

MIT

About

A very lean React boilerplate, using webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published