Skip to content

Bakon/template-react-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Webpack starter boilerplate

Possibly one of the simplest boilerplate to get started with React.
This does NOT include ESLint, Sass, Prettier, etc.
Reaons being that this boilerplate is meant for absolute starters.
Many boilerplates offer a full developer experience, with lots of magic happening that might be overwhelming.

Tools used in this project

React
Webpack
Webpack is used to bundle our project and to setup a local development server.
Babel
Babel is used to transpile our code to "browser-readable-code".

Available Scripts

In the project directory, you can run:

npm run start

Runs the project in development mode on localhost:3000.
Webpack will bundle the entire project and cache the bundled files into memory.
The bundled folder will be hidden at all times, to keep this more 'noob friendly'.
When the webpack process is stopped, the files will be removed from memory.

This process can be stopped by pressing Ctrl + C

About

React - Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published