Skip to content

heldercodes/scaffoldingReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scaffoldingReact

Scaffolding for a new, fresh and clean react application

Installation

Install all the dependencies

$ npm install

Run webpack dev server

$ npm start

Run production build

$ npm run build

Questions

What is this public folder used for?

This public directory is used to handle any static assets, like our html files.

Why do we need babel?

We use this compiler to allow us write modern Javascript that still works in older browser versions

Hum wait, and webpack?

This is extremely useful for the performance of our apps, webpack is a module bundler, it let us write modular code and bundle it together into small and optimized packages.

About

Scaffolding for a new, fresh and clean react application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published