Skip to content

thsorens/reactBoilerplate

Repository files navigation

Quick Start

To have the application up an running in no time, follow the next few steps:

  1. Install node.js
  2. Install all dependencies: npm install
  3. Start the application: npm start
  4. Access application on http://localhost:3000

NOTE: webpack is configured with hot-reloading for both .scss and .jsx files

Tools

Some of the major tools used are:

  • npm as the task runner
  • WebPack for bundling scripts for the browser, and enabling code sharing between client and server
  • SASS for CSS preprosessing

All tools are configured in the webpack.config.js and will run transparently when npm start is run.

Production

To create package:

  1. Run npm run build

NOTE: if you use your browser's devTools, you can see the load-time difference from the normal dev build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published