Skip to content

An updated quick development seed for React & Sass, using babel, webpack and more

Notifications You must be signed in to change notification settings

chris-equis/react-dev-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6, React, Scss dev seed

A quick seed to enable a rapid setup for your application.

Prerequisites

It only requires Node.js v6. For more details, follow instructions on https://nodejs.org

Installation

Download this repository as a .zip file and extract to whatever folder you like. In order to install dependencies, run the following command in your terminal

npm install

Check package.json file for more details on dependencies. Some of them are explained below.

Start development

Starting the development will concurrently start a server and build your files, watching for changes. To do so, run the following command in your terminal:

npm start

It runs automatically and concurrently

  • npm run server that spawns a server with wsrv ./src -p 9000 -s -l
  • compiles your files and watches for changes with webpack -d --watch

For more details check wsrv package details and webpack 2.x page.


Open your favourite browser at http://localhost:9000 address (due to -l flag of wsrv command, it will lively reload after any code change :)


This seed was inspired by Setting Up a React.js Environment Using Npm, Babel 6 and Webpack and updated to handle more starting development needs.

About

An updated quick development seed for React & Sass, using babel, webpack and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published